GET STARTED

Install and run locally.

A Python application with a standard-library console entry point.

Install

python -m venv .venv
# activate for your shell
python -m pip install -r requirements.txt
python scanner.py version

Start console

python web_console.py --host 127.0.0.1 --port 8765 --insecure-http

The insecure flag is restricted to loopback development.

Troubleshooting

  • use explicit loopback development mode for local HTTP cookies
  • start an authorized worker if work stays queued
  • keep tokens out of config, history, logs, and screenshots