Quick Start¶
Installation¶
Requires Python 3.10+.
Or install from source:
First Scan¶
This runs the default external recon suite and writes results to ./output/.
Quick Options¶
# Faster scan with reduced coverage
entrascout target.com --quick
# Stealth mode (low QPS + jitter)
entrascout target.com --stealth
# Internal-mode probes (assume corp-net foothold)
entrascout target.com --internal
# Select specific phases
entrascout target.com --phases tenant,federation,sharepoint_recon
# Authenticated Graph pass
entrascout target.com --token $GRAPH_TOKEN
Web App¶
Open http://localhost:8000.
See Web App for full details.