Production-ready AI-powered CLI vulnerability scanner.
Features: Multi-URL/file scan, live payloads, advanced encoding, auto-update, manual PoCs, screenshots (confirmed only), deduplication, polite scanning, 100% accuracy engine.
- Install Python 3.8+
- Install dependencies:
For screenshots:
pip install requests transformers pillowpip install selenium # Download ChromeDriver: https://chromedriver.chromium.org/downloads # Add to PATH - Quick install:
bash install.sh
- Scan multiple URLs from file:
python cyberscan_elite.py --urls-file urls.txt --polite --poc --live-payloads --max-threads 2 - Scan single/multiple URLs:
python cyberscan_elite.py --urls https://site1.com https://site2.com --polite --poc - Auto-update vulnerability database:
python cyberscan_elite.py --auto-update - Show encoded payloads:
python cyberscan_elite.py --encode base64 hex
- Manual PoC for each finding: curl, python, bash, java (raw payload).
- Screenshot: Only for confirmed exploit (needs ChromeDriver).
- Deduplication: Each finding is unique to vuln/IP/payload.
- Add new vulnerabilities to
cyberscan_vulndb.json - Add more encoding techniques or PoC templates.
MIT
nasra1233