aisec-cli
v0.1.0
Published
CLI for aisec — AI-powered web security scanner
Downloads
52
Readme
@aisec-foundation/cli
CLI for aisec — AI-powered web security scanner.
Quick Start
npx @aisec-foundation/cli scan https://target.com --token YOUR_TOKENOr install globally:
npm i -g @aisec-foundation/cliAuthentication
Get your token at app.aisec.tools/developer.
export AISEC_TOKEN=ask_...
aisec scan https://target.comCommands
aisec scan <target>
aisec scan https://target.com # Default balanced scan
aisec scan https://target.com --full # Aggressive + subdomains
aisec scan https://target.com --aggressive # Full port scan, sqlmap
aisec scan https://target.com --stealth # WAF evasion, slowOptions: --engine, --model, --temperature, --max-iterations, --scope, --timeout, --skip-recon, --skip-browser, --username, --password, --cookies, --proxy, --headers
aisec scans
aisec scans # Last 10 scans
aisec scans -l 20 # Last 20 scansaisec status
aisec status # Check connection & authLicense
MIT
