Tag: web security
All the articles with the tag "web security".
-
Content Discovery
Web content discovery techniques using tools like ffuf, gobuster, nikto, and wpscan for enumeration
-
SQL Injection
SQL injection attack vectors and exploitation techniques for database compromise' UNION SELECT 1,2,3 -- - ' UNION SELECT username,password,3 FROM us...
-
CSP & Same-Origin Policy Bypass
Content Security Policy (CSP) and Same-Origin Policy (SOP) are critical web security mechanisms designed to prevent various attacks including Cross-Site Scri...
-
Insecure Direct Object References (IDOR)
Insecure Direct Object References (IDOR) is a critical web security vulnerability that occurs when an application exposes a reference to an internal implemen...