The Most Powerful All-in-One Web Vulnerability Scanner
β¬οΈ Download β’ π Quick Start β’ π Features β’ π Usage
Snakebite is a professional-grade vulnerability scanner with 122+ security modules built for penetration testers, bug bounty hunters, and security researchers. It performs comprehensive security assessments including reconnaissance, injection testing, CMS scanning, and advanced exploit detection all from a single executable.
- π₯ 122+ Security Modules - More than any other scanner
- π― Zero Dependencies - Single standalone executable
- β‘ Async Architecture - Lightning-fast concurrent scanning
- π Professional Reports - JSON, HTML & PDF output
- π‘οΈ OWASP Top 10 - Full compliance assessment
- π€ AI-Powered - Smart vulnerability prediction
| Feature | Snakebite | Others |
|---|---|---|
| Modules | 122+ | 10-30 |
| CMS Detection | 10 | 1-3 |
| Auto Exploit | β | β |
| OWASP Compliance | β | β |
| CVE Intelligence | β | β |
| Single .exe | β | β |
| Platform | Download | Size |
|---|---|---|
| πͺ Windows x64 | Snakebite.exe | ~17 MB |
| π§ Linux x64 | snakebite-linux | ~28 MB |
π‘ No Python installation required. Just download and run!
# Basic scan
.\Snakebite.exe -u https://target.com
# Verbose + custom timeout
.\Snakebite.exe -u https://target.com -v --timeout 20
# Stealth scan
.\Snakebite.exe -u https://target.com --profile stealth
# Through Burp Suite proxy
.\Snakebite.exe -u https://target.com --proxy http://127.0.0.1:8080
# Scan with auth cookie
.\Snakebite.exe -u https://target.com --cookie "session=abc123"# Make executable
chmod +x snakebite-linux
# Basic scan
./snakebite-linux -u https://target.com
# Stealth mode
./snakebite-linux -u https://target.com --profile stealth
|
|
Snakebite.exe [OPTIONS]
Options:
-u, --url URL Target URL
-t, --threads N Concurrent connections (default: 50)
-o, --output FILE Output file name
-v, --verbose Enable debug logging
--proxy PROXY HTTP/SOCKS proxy
--timeout SEC Request timeout (default: 15)
--profile PROFILE Scan profile: light, standard, full, stealth
--cookie COOKIE Authentication cookie
--header HEADER Custom header (e.g. 'Authorization: Bearer TOKEN')
--wordlist FILE Custom wordlist for fuzzing
--webhook URL Callback URL for blind XSS/SSRF
--telegram-token TOKEN Telegram alerts
--discord-webhook URL Discord alerts
--shodan-key KEY Shodan API key
--vt-key KEY VirusTotal API key
--github-token TOKEN GitHub leak scanning
--diff OLD NEW Compare two scan reports
| Profile | Speed | Coverage | Best For |
|---|---|---|---|
π₯· stealth |
π’ Slow | Passive only | Avoid detection |
β‘ light |
π Fast | Core modules | Quick assessment |
π― standard |
βοΈ Medium | All modules | Default scan |
π aggressive |
π₯ Maximum | Everything | Full pentest |
| Format | Description |
|---|---|
| π JSON | Machine-readable output for automation & CI/CD |
| π HTML | Interactive dashboard with risk scores |
| π PDF | Professional pentest report for clients |
Snakebite is designed for authorized security testing only.
Only use this tool on systems you own or have explicit written permission to test. Unauthorized access to computer systems is illegal. The developer assumes no liability for misuse of this software.