BBOT
Advanced
Actively maintained
Recursive OSINT and attack-surface framework that chains many modules automatically
https://github.com/blacklanternsecurity/bbotInstallation
pipx install bbot
# Or with pip
pip install bbotUsage
Basic Usage
# Passive subdomain enumeration only
bbot -t example.com -p subdomain-enum -rf passive
# Subdomain enumeration plus web probing
bbot -t example.com -p subdomain-enum web-basic
# List available modules and presets before running anything active
bbot -l
bbot -lp