Yaygın saldırı türlerini anlamak — saldırganların sistemleri nasıl tehlikeye düşürmeye çalıştığını — bunlara karşı savunmak için temeldir. Ana kategoriler arasında injection, XSS, CSRF, brute force, sosyal mühendislik, DDoS ve daha fazlası yer almaktadır.
Web uygulaması saldırıları
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
