Skip to main content
ASM Cheatsheet

BBOT

Advanced
Actively maintained

Recursive OSINT and attack-surface framework that chains many modules automatically

https://github.com/blacklanternsecurity/bbot

Installation

pipx install bbot

# Or with pip
pip install bbot

Usage

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