๐Ÿค–BBOT

Alternative to Sn1per, nice tool but heavily dependent on API keys (shodan,zoomeye,censys..)most of which are paid

https://github.com/blacklanternsecurity/bbot

#Easy install with pip

pip install bbot

#Usage
List modules: bbot -l

Basic scan (subdomain bruteforce)
bbot -t target.com -f subdomain-enum

Advanced scan (gowitness + nuclei)
bbot -t target.com -f subdomain-enum email-enum cloud-enum web-basic -m naabu gowitness nuclei --allow-deadly

Last updated