๐งฐ OWASP Web Application Security Testing Checklist
Aligned with OWASP Web Security Testing Guide (WSTG v4.2 โ Latest)
- ๐ Explore the application manually and identify entry points.
- ๐ธ๏ธ Perform automated crawling and hidden content discovery.
- ๐ Review
robots.txt, sitemap.xml, backups, temp files.
- ๐ Enumerate subdomains and related applications.
- ๐งฉ Identify technologies, frameworks, and versions used.
- ๐ฅ๏ธ Collect server and application fingerprints.
- ๐ชถ Inspect HTML, comments, and metadata for sensitive info.
- ๐ฅ Identify all user roles and access levels.
- โ๏ธ List all hostnames, ports, and third-party integrations.
- ๐ Discover and analyze API endpoints (REST, GraphQL, gRPC).
โ๏ธ 2. Configuration & Deployment Management
๐ค 3. Identity Management
๐ 4. Authentication Testing
๐ 5. Authorization Testing
๐งฉ 6. Session Management
๐จ 8. Error Handling & Logging
๐ 9. Cryptography
๐ง 10. Business Logic Testing
๐งญ 11. Client-Side Security
๐ 12. API Security Testing
๐งจ 13. Denial of Service
๐งพ 14. Reporting & Documentation