Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
XXStrike — XSStrike based XSS scanner with custom features. Detects XSS vulnerabilities in web applications. | Kitploit
Tools/GitHubGitHub/anonmoty/xxstrike
Vulnerability ScannersWeb Vulnerability ScannersDynamic Code Analysis (DAST)Web Application ExploitationWAF BypassWeb SecurityFuzzingPenetration Testing
GitHubanonmoty/xxstrike

XXStrike

XSStrike based XSS scanner with custom features. Detects XSS vulnerabilities in web applications.

View Repository
31131 day agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

XXStrike

Image Image Image

cat << 'READMEEOF' > README.md

⚡ XXStrike v2.0

Next-Generation XSS (Cross-Site Scripting) Scanner & Fuzzing Suite

Developed by: Maxod anonmoty 🔰
Official Repository: https://github.com/anonmoty/XXStrike

Overview • Key Features • Modules • Installation • Usage • Comparison • Disclaimer


📌 Overview

XXStrike is an advanced, multi-threaded Cross-Site Scripting (XSS) detection and vulnerability assessment framework engineered for penetration testers, bug bounty hunters, application security engineers, and DevSecOps professionals.

Designed as a modern, lightweight, and high-speed alternative to legacy XSS scanners, XXStrike combines intelligent parameter discovery, DOM source-to-sink tracking, context-aware payload fuzzing, and WAF/filter bypass heuristics into a single cohesive terminal interface.

Optimized natively for both Android (Termux) and standard Linux distributions.


🚀 Key Features

  • ⚡ Multi-Engine Detection: Identifies Reflected, DOM-based, and Potential Stored XSS vectors in single runs.
  • 🎯 Context-Aware Fuzzer: 45+ specialized payloads categorized into HTML body, attributes, scripts, comments, and event handlers.
  • 🛡️ WAF & Filter Bypass Engine: Heuristic checks for 14+ firewalls (Cloudflare, AWS WAF, ModSecurity, Imperva, Sucuri).
  • 🔬 Intelligent HTML & JS Parser: Deep syntax analysis for DOM sinks (innerHTML, document.write, eval(), postMessage).
  • 🔒 Security Headers & Cookie Audit: Evaluates CSP, X-XSS-Protection, HSTS, SameSite, HttpOnly, and Secure flags with letter grades (A+ to F).
  • 📊 Automated Reporting: Generates clean, production-ready reports in HTML and JSON formats.
  • 📱 Termux Native: Zero external compilation required, 100% pure Python with minimal footprint.

🧩 Modules Breakdown (10 Powerful Modules)

#Module NameMethod & Capabilities
01Parameter DiscoveryUncovers query parameters, hidden form fields, and reflected arguments.
02Reflected XSS ScannerContextual injection verification with boundary-breaking tests.
03DOM-Based XSS DetectorJavaScript source-to-sink flow tracing and dangerous pattern extraction.
04XSS Header AuditEvaluates Content-Security-Policy (CSP), X-XSS-Protection, and X-Content-Type-Options.
05WAF / Filter DetectionTests 12 bypass transformations (Unicode, Hex, Double-encoding, mixed cases).
06JavaScript Sink AnalysisScans external scripts and inline blocks for insecure APIs.
07Cookie Security AuditChecks session token flags (HttpOnly, Secure, SameSite) for XSS-assisted exfiltration.
08Stored XSS Vector AnalyzerDetects persistent storage entry points (forms, textareas, comment fields).
09Advanced XSS Fuzzer45+ categorized vectors testing encoding, protocol handlers (javascript:, data:), and nested tags.
10HTML & Injection Point AnalyzerParses meta tags, sandboxed iframes, event attributes, and sanitizers (DOMPurify, Bleach).

📊 Comparison: XXStrike vs Legacy Tools

CapabilityLegacy XSStrikeGeneric Scanners⚡ XXStrike v2.0
Termux / Mobile Linux Support⚠️ Unstable❌ No✅ Native (100% Optimized)
Integrated DOM Sink TrackerPartial❌ No✅ Full Source-to-Sink
Cookie Flag & CSP Security Scoring❌ NoPartial✅ Comprehensive (A+ to F)
Interactive CLI + Full Auto Scan❌ CLI Only❌ CLI Only✅ Dual (Menu + Batch 99)
HTML / JSON Auto-Reporter❌ NoPartial✅ Built-in Exporter
Active DevelopmentStaleVaries✅ Active (2025 Release)

💻 Installation

📱 Android (Termux)

root@kitploit:~
# Update repository lists
pkg update && pkg upgrade -y

# Install dependencies
pkg install python git -y

# Clone repository
git clone https://github.com/anonmoty/XXStrike.git

# Navigate to project directory
cd XXStrike

# Install required Python packages
pip install -r requirements.txt

# Launch XXStrike
python XSStrike.py
Download Tool