Vulnerability Modules
Modules for vulnerability detection and verification.
Vulnerability Scanning Modules
These modules identify and verify vulnerabilities in target systems.
cvemgr
Custom CVE management API for vulnerability discovery and tracking.
z2e vuln cve --target example.com --severity critical,highFeatures:
- NVD database integration
- Version-based CVE matching
- Custom CVE tracking
exploitdb-integration
Real-time ExploitDB integration for exploit matching.
z2e vuln exploitdb --cve CVE-2024-1234Features:
- Automated exploit search
- PoC availability check
- Exploit download and staging
xsshunt-ai-module
AI-powered XSS discovery using heuristic mutation rules.
z2e vuln xss --url "https://example.com/search?q=test"Features:
- Context-aware payload generation
- WAF bypass techniques
- DOM-based XSS detection
sqlmap-wrapper
Enhanced SQLMap integration with AI-assisted optimization.
z2e vuln sqli --url "https://example.com/api/users?id=1"Features:
- Injection point detection
- Database fingerprinting
- Data extraction automation