Skip to content

Quick Start

Installation

Requires Python 3.10+.

pip install entrascout

Or install from source:

git clone https://github.com/assor17/entrascout.git
cd entrascout
pip install -e "."

First Scan

entrascout target.com

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

docker-compose up --build

Open http://localhost:8000.

See Web App for full details.