v8.0.0
LATEST RELEASE - 2026
AI/LLM Integration
- AI Adaptive Payload Generation — Context-aware, WAF-evading payloads for SQLi, XSS, CMDi
- AI False Positive Reduction — Confidence scoring and automated analysis of findings
- AI Attack Surface Discovery — Leverage AI to find hidden endpoints from HTML/JS
- AI Result Analysis & Remediation — Severity justification and mitigation steps
- Multi-provider support: Groq, Cerebras, OpenAI (up to GPT-5), Anthropic (up to Claude Opus 4.8), Ollama, NVIDIA
SQLi Scanner & Database Enumeration
- New SQLi techniques: Union-Based, Stacked-Queries, and Inline-Query injections
- Database Enumeration engine — Automated database, table, and column extraction
- Improved payload injection accuracy and error detection patterns
- Better baseline timing for time-based SQLi
Crawler & Architecture Improvements
- Improved crawling efficiency and high-speed page discovery
- Better target parameter extraction and deduplication mapping
- Event Bus system for real-time finding emission
- Reconnaissance Intelligence Engine — Passive, active, and deep recon
- Fingerprint Engine — Intelligent request deduplication and URL normalization
- Enhanced HTTP layer with retry logic and connection pooling
v7.2.1
RELEASE - 2026
Stability & Security Hardening
- Thread-safe result saving — New ResultManager with file locking; all modules save findings safely under concurrent scans
- Secure XML parsing — SQLi and CMDi modules use defusedxml to prevent XXE
- Time-based SQLi baseline — Baseline request timing reduces false positives
- Fixed config paths — Data/session paths resolve relative to the project root, not the current working directory
- Windows Unicode fix — Banner and UI render correctly on Windows terminals
- defusedxml dependency added and enforced in requirements.txt
Critical Bug Fixes
- Fixed SQLi payload injection — Boolean SQLi correctly injects into URL parameters instead of appending to the URL
- Fixed error-based SQLi — Removed logic that stripped single quotes from payloads
- CRLF detection — Checks both response headers and body for injected markers
- Open redirect — Uses requests instead of curl (works on Windows without external tools)
- CMDi URL building — Proper query-string reconstruction instead of fragile string replace
- Report loading fixed — Session JSON is correctly parsed for HTML/CSV/Markdown/PDF reports
- WAF module import fixed — --check-waf uses the correct module path
All Scanner Modules Updated
- All modules now use centralized ResultManager for thread-safe saving
- Updated: sqli · xss · lfi · cmdi · rce · ssti · cors · crlf · open-redirect
- Updated: advanced · wpscan · recon/misconfig modules
v7.2.0
RELEASE - 2025
New Modules
- Recon foundation suite
- Misconfiguration & exposure suite
- Redirect / header injection suite
- Advanced injection suite (SSRF/XXE/HPP/Traversal/NoSQL/etc.)
- GraphQL security suite
- Auth / API logic checks
- Cache & request smuggling checks
- WordPress extras + optional checks
Changes
- Removed High/Critical profile pages from docs in favor of module-based scans
- Improved CLI usage documentation
v7.0.0
MAJOR RELEASE - December 2024
Complete UI/UX Overhaul
- Unified interface across all 15 scan modules
- Consistent cyan headers with professional formatting
- Standardized icons and color scheme
- Uniform user prompts and messages
- Completion messages for all scans
Critical Bug Fixes
- Fixed JSON structure inconsistencies causing crashes
- Resolved circular import issues
- Fixed missing verbose parameter in LFI and CMDi
- Added missing datetime import in error-based SQLi
- Fixed result saving across all modules
Enhanced Features
- Consistent threading across all modules
- Graceful KeyboardInterrupt handling
- Verbose mode standardization
- Proper stop_scan event handling
- Improved error messages and logging
Modules Standardized (15/15)
- Injection Scans: LFI, CMDi, SSTI, CRLF, CORS, Open Redirect, XSS
- SQL Injection: Boolean-based, Error-based, Time-based
- Orchestrators: SQL Orchestrator, XSS Module
v6.2.11
- Install Waymap using
pip install waymap
v6.2.10
- Multi-threading in SQLi
v6.2.9
- Bug Fixed
- Optimised
- Reduced Lag
v6.2.8
- Added Time Based SQLi Scanning Logic
- Added Scan Results Saving Logic
- Added Interactive Prompt Based And Argument Based Scanning Logic
- Updated The UI
v6.1.8
- Updated SQL injection exiting logic
- Minor bug fixes
v6.1.7
- Fixed missing XSS payload file error
- Minor bug fixes
v6.1.6
- Added new module in Deepscan profile: Vulnerable JavaScript Library & Files Scanner
- Added WAF/IPS detector (Detects 160+ types of WAFs)
- Usage:
--check-wafor--waf https://example.com
v6.0.6
- Minor code fixes
v6.0.5
- Fixed issue regarding Waymap updates
v6.0.4
New Features
- Added new scan profile:
deepscan - Scans for 25+ header vulnerabilities
- Massive directory fuzzing
- Finds backup files on the server
Fixes
- Fixed CORS scan type error
- Minor bug fixes
v5.9.4
- Removed old error-based SQL injection method
- New method available via
--scan sqli - Updated open redirect vulnerability testing
- Updated crawler to v4
- Expanded scan coverage
- Total CVEs count: 390
v1.0.3 - v5.8.2
LEGACY VERSIONS
For complete changelog of earlier versions (v1.0.3 through v5.8.2), including the initial release, SQL injection improvements, XSS scanning, LFI detection, CRLF injection, CORS scanning, profile-based scanning, and CVE database additions, please visit our GitHub Releases page.