A next-generation, AI-powered vulnerability scanner that uses Google Gemini agents to intelligently analyze targets, run security tools, and interpret results. Now featuring a cross-platform GUI!
- 🤖 AI Agents: Uses Large Language Models to reason about security findings, not just regex matching.
- 🖥️ Cross-Platform GUI: Modern, dark-themed interface built with Flet.
- 🔌 Automated Setup: One-click installers for Windows, Linux, and macOS.
- 📊 Live Reporting: Real-time tool execution logs and Markdown reports.
- 🛠️ Integrated Tools: Orchestrates
nmap,hydra,tshark, and more.
- Right-click
install_windows.ps1and select Run with PowerShell. - The scanner will launch automatically.
chmod +x install_linux.sh
sudo ./install_linux.shchmod +x install_mac.sh
./install_mac.shIf you prefer the command line:
Linux/Mac:
chmod +x vulnscan_cli.sh
./vulnscan_cli.sh <target> [api_key]Windows (PowerShell):
.\vulnscan_cli.ps1 -Target <target> -Key <api_key>Direct Python:
python scanner.py <target> --key <YOUR_GEMINI_KEY>- Python 3.8+
- Google Gemini API Key
- System Tools (Auto-installed by scripts where possible):
- Nmap
- Hydra
- SearchSploit (ExploitDB)
- TShark (Wireshark)
MIT License