సాధారణ దాడు రకాలను అర్థం చేసుకోవడం — దాడుచేసేవారు సిస్టమ్లను ఎలా రక్ష్యచేయడానికి ప్రయత్నిస్తారు — వాటిని రక్షించుకోవడానికి ఆధారభూతమైనది. ప్రధాన వర్గాలలో injection, XSS, CSRF, brute force, social engineering, DDoS మరియు మరిన్నిటి ఉన్నాయి.
Web application దాడులు
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
