Chapter 4. Attack Scripting with Python
Open Web Application Security Project (OWASP) Top 10 is a list of the 10 most critical web application security risks. In this chapter, we will discuss how to script OWASP top 10 attack with Python libraries:
- Injections
- Broken authentication
- Cross-site scripting (XSS)
- Insecure direct object references
- Security misconfiguration
- Sensitive data exposure
- Missing function level access control
- CSRF attack
- Using components with known vulnerabilities
- Unvalidated redirects and forwards