____ _
/ ___| _ ___ ____ _ _ __(_)
\___ \| | | \ \ / / _` | '__| |
___) | |_| |\ V / (_| | | | |
|____/ \__,_| \_/ \__,_|_| |_|
68 Kali tools • MCP support • Multi-LLM • Causal chain scanning.
DISCLAIMER: For authorized testing only. Unauthorized use is illegal. By using this software you agree to use it responsibly.
pip install -r requirements.txt
python suvari.py configure
python suvari.py scan https://example.com- 68 Kali tools — nmap, nuclei, sqlmap, hydra, gobuster, masscan, impacket, searchsploit, msfvenom...
- Causal chain scanning — each step feeds into the next, AI decides adaptively
- P-E-R chat — AI plans, executes tools, reflects on results
- Browser agent — login, DOM XSS, self-registration, screenshots
- Attack chains — connects findings into exploit chains
- Agent delegation — scanner spawns exploiters for each finding
- CVE intelligence — version-based lookup + exploit generation
- JWT analysis — decode, algorithm confusion, brute force
- Failure recovery — L0-L5 classification, automatic fallback tools
- Multi-LLM — OpenAI, Anthropic, DeepSeek, Gemini, OpenRouter, Ollama
- MCP server — Claude Desktop, Cursor, VS Code Copilot
- Bug bounty — subdomain/URL/parameter discovery
configure Setup provider, model, API key
scan Full smart scan (3-phase adaptive)
recon Quick reconnaissance
attack P-E-R exploitation of previous findings
bb Bug bounty recon
chat Interactive chat + CTF
report Show report
list Past scans
python suvari_mcp.pyTools: scan_target, recon_target, run_tool, list_available_tools, get_scan_report, analyze_ctf.
Inspired by Shannon, PentAGI, LuaN1aoAgent, HexStrike AI.