$9.99
Scan any host for open ports, SSL certificate issues, HTTP security header gaps, and common misconfigurations. Generates a structured HTML report with severity ratings. Zero dependencies — Python 3.10+ stdlib only.
asyncio for fast results--target, --ports, --output flags# Scan a host with default ports
python main.py --target example.com
# Custom port range + JSON output
python main.py --target 192.168.1.1 --ports 1-1024 --output json
# Full scan with SSL checks
python main.py --target example.com --ports 1-65535 --ssl