What problem does it solve?
This Skill helps you discover and validate Cross-Site Scripting vulnerabilities by mapping where input lands (HTML, attribute, JS, URL, DOM) and producing evidence that the payload executes in a real victim context.
Core Features & Use Cases
- XSS hunting methodology: Prioritizes high-impact surfaces such as admin panels, payment flows, stored content features, and OAuth/SSO redirect parameters.
- Context-aware payload crafting: Analyzes injection context (HTML/attribute/JS/URL) and selects appropriate escapes and test vectors.
- Blind/stored XSS validation: Uses an OOB confirmation gate (e.g., Interact/DNS, collaborator callbacks) to avoid false positives.
- CSP and sanitizer bypass guidance: Provides CSP evaluation priorities, bypass techniques, and sanitizer bypass patterns (including mXSS).
- Reporting readiness: Includes a validation checklist and root-cause and fix guidance to help you write actionable reports.
Quick Start
Use the hunt-xss skill to test a target for reflected, stored, DOM, or blind XSS and produce an OOB-confirmed result when applicable.