Web Application Testing
Run authorized web application security tests:
- OWASP Top 10 vulnerabilities
- SQL injection, XSS, command injection
- Authentication and session testing
- Authorization and access control (IDOR)
- API security testing
- Business logic flaws
Required Context
- Target: URL(s) in scope
- Authorization: LOA, bug bounty program, or own app
- Scope: In-scope/out-of-scope endpoints
- Constraints: Rate limits, testing windows
Tools Used
sqlmap, ffuf, gobuster, nuclei, dalfox, nikto, wpscan, burpsuite, jwt_tool, arjun
Example
/webapp
Target: https://app.example.com
Authorization: Bug bounty program
Focus: Authentication bypass, SQLi