Reverse engineered prompt

GitHub

Build me a Python command line security scanning toolkit for authorized testing only. I want it to feel like a modular hub where I can point it at a target URL, choose checks like recon, IDOR, API fuzzing, auth bypass, file upload, and SSRF, then get clean JSON and Markdown reports at the end.

Please make it async so scans can run with adjustable concurrency and delay settings. I also want simple ways to use authenticated sessions, like passing cookies, custom headers, a saved session JSON file, or importing a HAR from the browser. Add a command to list available modules, a main scan command, HAR import support, and a recommendations or summary command so the results are easy to act on.

If an AI API key is configured, include optional AI analysis of findings, but keep that off by default. Make it usable both as a CLI tool and a small Python library, and include basic tests and sensible defaults. Look up current docs online if you need to.

Have a live product UI? Try website reverse