Comprendre les types d'attaques courants — comment les attaquants tentent de compromettre les systèmes — est fondamental pour se défendre contre eux. Les catégories principales incluent l'injection, XSS, CSRF, le brute force, l'ingénierie sociale, DDoS, et bien d'autres.
Attaques d'applications web
INJECTION (SQL, command, etc.) → inject malicious code via input (manipulate queries/commands)
XSS (Cross-Site Scripting) → inject scripts that run in victims' browsers
CSRF (Cross-Site Request Forgery) → trick a logged-in user's browser into making unwanted
requests (perform actions as them without consent)
BROKEN ACCESS CONTROL → access/modify what you're not authorized to (e.g. IDOR)
SSRF → trick the server into making requests it shouldn't
