blacklanternsecurity/bbot — reverse-engineered prompt
Reverse engineered prompt
Build me a Python command line scanner for security recon and bug bounty work. I want to give it one or more domains that I’m authorized to test, pick simple presets like subdomain discovery, email discovery, web spider, light web scan, thorough web scan, screenshots, or everything mode, then watch results stream as it recursively finds more related internet assets.
It should combine passive sources, DNS brute forcing, target specific subdomain guesses, web crawling, email scraping, cloud and code exposure checks where possible, and basic offensive web checks. Make it configurable with preset files and API keys, but easy to run with one command. Save clean outputs like text, CSV, JSON, SQLite, and optionally send results to tools like Slack, Discord, databases, or Neo4j.
Also make it usable as a Python library with sync and async examples, include Docker support, good docs, tests, and safe defaults so dangerous scans require an explicit flag. Look up current docs online if you need to.
Want more depth? Deep Reverse