Version 8.0.0

WAYMAP

Advanced Web Application Vulnerability Scanner with AI-powered analysis, Union/Stacked/Inline SQLi, database enumeration, improved crawler, and complete module standardization. Scan for 75+ vulnerabilities.

Install from PyPI View on GitHub Releases

75+

Vulnerabilities Detected

15

Standardized Modules

160+

WAF/IPS Detected

100%

UI/UX Consistency

Key Features

Complete UI/UX Standardization

All 15 scan modules now have consistent formatting, professional headers, and standardized color-coded output for better readability.

SQL Injection Detection

Boolean, Error, Time-based, Union-Based, Stacked-Queries, and Inline-Query SQL injection detection with database enumeration and minimal false positives.

XSS & Template Injection

Comprehensive Cross-Site Scripting (XSS) and Server-Side Template Injection (SSTI) scanning with filter bypass payloads.

File Inclusion & Injection

Local File Inclusion (LFI) and Command Injection (CMDi) detection with multi-threaded scanning capabilities.

CORS & CRLF Detection

Cross-Origin Resource Sharing misconfigurations and Carriage Return Line Feed injection vulnerability detection.

New Module Suites

Recon, Misconfig, Redirect Injection, Advanced Injection, GraphQL Suite, Auth Logic, Cache/Smuggling, WordPress Extras, and Optional checks.

Multi-Threaded Performance

Optimized multi-threaded architecture for faster scanning with customizable thread counts.

AI-Powered Analysis

LLM-driven adaptive payloads, false positive reduction, attack surface discovery, and intelligent result analysis with multi-provider support.

Improved Crawler Engine

High-speed discovery engine with better parameter extraction, deduplication mapping, and efficient page crawling.

Automation Ready

No-prompt mode for CI/CD integration and automated security testing workflows.

Comprehensive Reporting

Automatic result saving in JSON format with detailed vulnerability information and timestamps.

Quick Installation

Install via pip

pip install waymap==8.0.0

Basic Usage

# Basic XSS scan
waymap --target https://example.com --scan xss

# SQL Injection scan with verbose output
waymap --target https://example.com --scan sqli --verbose

# Recon scan
waymap --target https://example.com --scan recon

# Misconfiguration scan
waymap --target https://example.com --scan misconfig

# Multi-threaded scan
waymap --target https://example.com --scan all --threads 10

What's New in v8.0.0

AI/LLM Integration

SQLi Scanner & Database Enumeration

Crawler & Architecture Improvements

View Full Changelog