What problem does it solve? Security researchers need a structured, ethical methodology for actively testing live web applications in bug bounty programs without violating scope rules or causing damage to target systems. ## Core Features & Use Cases - Phased Testing Methodology: Guides reconnaissance, automated scanning (Nikto, OWASP ZAP, SQLMap, Gobuster), manual testing, and results analysis in a repeatable workflow. - Manual Testing Frameworks: Provides Python classes for authentication testing, IDOR detection, business logic flaws (price manipulation, race conditions, workflow bypasses), and API security checks. - Report Generation: Aggregates scanner and manual findings into JSON and Markdown reports suitable for bug bounty submissions. - Use Case: A researcher authorized by a bounty program runs the framework against a staging environment, detects an IDOR on /api/users/{id}, and produces a submission-ready report with proof of concept. ## Quick Start Run an authorized active security test against https://staging.example.com and generate a vulnerability report.