aisec-cli
v0.2.1
Published
CLI for aisec — AI-powered web security scanner
Readme
aisec-cli
CLI for AISEC — AI-powered web application security scanner. Autonomous pentesting from your terminal.
Quick Start
npx aisec-cli scan https://target.com --token YOUR_TOKENOr install globally:
npm i -g aisec-cliAuthentication
Get your token at the AISEC Dashboard.
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 & authLinks
- AISEC Website — AI-powered penetration testing platform
- Dashboard — manage scans and findings
- How It Works — platform documentation
- Pricing — plans and credits
- Python CLI — alternative CLI
License
MIT
