-
CLI HTML run
python3 -m venv .venv && source .venv/bin/activate pip install --no-deps .[dev] python -m reconscript --target 127.0.0.1 --ports 3000
- Expect
results/127-0-0-1-*.htmlto open automatically in the default browser.
- Expect
-
Web UI walk-through
python web_ui.py
- Browse to http://127.0.0.1:5000/
- Submit target
127.0.0.1and ports3000. - Wait for completion and open the HTML link provided.
-
Docker Compose pairing with Juice Shop
docker-compose up
- Juice Shop available on http://127.0.0.1:3000/
- ReconScript UI available on http://127.0.0.1:5000/
- Reports persist to
./results/on the host.
-
Optional PDF verification
docker build --build-arg INCLUDE_PDF=true -t reconscript:pdf .- Run the image to confirm PDF generation succeeds when dependencies are bundled.