सामान्य आक्रमण प्रकार बुझ्ने — कसरी आक्रमणकारीहरूले प्रणालीहरूसँग समझौता गर्न प्रयास गर्छन् — यसको विरुद्ध बचाव गर्नको लागि आधारभूत छ। प्रमुख श्रेणीहरूमा injection, XSS, CSRF, brute force, social engineering, DDoS, र अन्य समावेश छन्।
वेब अनुप्रयोग आक्रमणहरू
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
