Browsing Category
PortSwigger Labs Solutions
2 posts
How to Solve CSRF vulnerability with no defenses
Cross-Site Request Forgery (CSRF) is the oldest and most misunderstood web application vulnerability. Even modern frameworks have anti-CSRF…
How to Solve SQL Injection Vulnerability in WHERE Clause Allowing Retrieval of Hidden Data
SQL injection vulnerability (SQLi) remains one of the most dangerous web application. Among its many forms, injection through…