Basic HTTP Authentification
Brute force
Authorization: Basic base64(username:password)
CSRF
HTTP basic authentication is particularly vulnerable to session-related exploits, notably CSRF, against which it offers no protection on its own.
CSRFInteresting Books
Interesting BooksThe Web Application Hacker’s Handbook The go-to manual for web app pentesters. Covers XSS, SQLi, logic flaws, and more
Bug Bounty Bootcamp: The Guide to Finding and Reporting Web Vulnerabilities Learn how to perform reconnaissance on a target, how to identify vulnerabilities, and how to exploit them
Real-World Bug Hunting: A Field Guide to Web Hacking Learn about the most common types of bugs like cross-site scripting, insecure direct object references, and server-side request forgery.
Last updated