Developer
OpenAPI DocsAPI Connection
https://api.aisec.tools
v3.0
Version
REST + WS
Protocol
Bearer
Auth
Quick Start
1
pip install git+https://github.com/stuseek/aisec-cli.git
2
export AISEC_TOKEN=ask_xxxxxxxx
3
aisec scan https://target.com
API Keys(0)
CLI Reference
aisec scan <url>Start a scan with default settings (normal profile, Claude engine)aisec scan <url> --stealthStealth mode — slow, randomized timing, WAF/IDS evasionaisec scan <url> --aggressiveAggressive — all tools, brute-force, no rate limitsaisec scan <url> --fullFull — aggressive + subdomain scope + 50 iterationsaisec scan <url> -e ollama -m qwen2.5:32bUse self-hosted model via Ollamaaisec scan <url> -n 30Limit to 30 AI iterationsaisec scan <url> --scope domainScan entire domain, not just target URLaisec scan <url> -u admin -p adminAuthenticate with login credentialsaisec scan <url> --cookies @cookies.jsonUse exported browser cookies for authaisec scan <url> --proxy http://127.0.0.1:8080Route all traffic through proxyaisec scan <url> --headers "X-Auth:tok"Add custom headers to all requestsaisec scan <url> --skip-reconSkip infrastructure reconnaissance phaseaisec scan <url> --temperature 0.7Adjust AI creativity (0.0–1.0)aisec scansList recent scans with status and findingsaisec scans -l 50Show last 50 scansaisec statusCheck API connection and authentication