π CyberSentry Pro+ is an advanced web vulnerability scanner built for ethical hackers and penetration testers. It performs deep analysis on websites to discover security misconfigurations and vulnerabilities.
- β 30+ vulnerability checks (XSS, SQLi, LFI, SSRF, IDOR, etc.)
- π‘οΈ Security headers inspection
- π DNS & subdomain enumeration
- π¦ Compression and server fingerprinting
- π API & WebSocket endpoint detection
- π Sensitive file & directory exposure detection
- π JSON and HTML report generation
- π§΅ Multi-threaded scanning for better performance
- π§ Technology & CMS detection (WordPress, Laravel, etc.)
Install Python 3.7+ and the required packages.
| Package | Purpose |
|---|---|
requests |
Sending HTTP/HTTPS requests |
beautifulsoup4 |
HTML parsing for crawling and form extraction |
colorama |
Terminal color formatting |
dnspython |
DNS queries (A, MX, TXT, CNAME, etc.) |
pyjwt |
JWT decoding and vulnerability checks |
brotli |
Brotli decompression for HTTP response compression |
zlib (builtin) |
GZIP/Deflate decompression (standard Python library) |
pip install -r requirements.txt