hunt-xss

Identify and exploit reflective, stored, and DOM-based XSS vulnerabilities in web applications.

3|Updated Nov 12, 2025
One-click install
npx skills add https://github.com/cmndcntrlcyber/rtpi --skill hunt-xss-cmndcntrlcyber
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: hunt-xss
Source: https://github.com/cmndcntrlcyber/rtpi/tree/main/knowledge_seed/bug_hunter_skills/hunt-xss
Command: npx skills add https://github.com/cmndcntrlcyber/rtpi --skill hunt-xss-cmndcntrlcyber

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill helps red teamers and security professionals identify and exploit cross-site scripting (XSS) vulnerabilities in web applications.

Core Features & Use Cases

  • XSS Hunting Methodology: Provides a step-by-step guide to hunting for XSS vulnerabilities.
  • Attack Surface Signals: Identifies common URL patterns, response headers, and JavaScript patterns that signal potential XSS vulnerabilities.
  • Payload & Detection Patterns: Offers examples of payloads and detection patterns for different types of XSS.
  • Bypass Techniques: Describes techniques to bypass common security measures like CSP and sanitizers.
  • Gate 0 Validation: Validates the impact and reproducibility of XSS vulnerabilities before reporting them.
  • Real Impact Examples: Provides real-world examples of the impact of XSS vulnerabilities.
  • Related Skills & Chains: Lists related skills and chains that can be used in combination with this skill.

Quick Start

Use the hunt-xss skill to scan a target application for XSS vulnerabilities.

Frequently Asked Questions about hunt-xss

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I hunt for XSS vulnerabilities in web applications?

Hunting for XSS vulnerabilities requires a methodology covering reflective, stored, and DOM-based attack surfaces. This skill provides a step-by-step guide to identify URL patterns, JavaScript signals, and payload patterns to systematically discover and exploit XSS flaws.

What techniques help bypass CSP and sanitizers when exploiting cross-site scripting?

Bypassing CSP and sanitizers during cross-site scripting requires specific payload patterns and evasion techniques. This skill describes methods to circumvent common security measures, allowing you to validate the true impact of reflective and stored XSS vulnerabilities.

How do I validate the impact and reproducibility of a DOM-based XSS finding?

Validating DOM-based XSS impact requires confirming reproducibility before reporting. This skill includes Gate 0 validation criteria to ensure the vulnerability is exploitable, providing real-world examples of how cross-site scripting affects web application security.

Do I need prior web application security knowledge to use this XSS hunting methodology?

Yes, identifying and exploiting XSS vulnerabilities requires existing knowledge of web application security and common payloads. This advanced skill provides a structured hunting methodology, attack surface signals, and bypass techniques tailored for red teamers and security professionals.

What are the common attack surface signals for stored and reflective XSS?

Attack surface signals for stored and reflective XSS include specific URL patterns, response headers, and JavaScript patterns. This skill helps identify these indicators to pinpoint potential cross-site scripting entry points during security assessments.

Can this skill be used alongside other red teaming tools for vulnerability hunting?

Yes, this skill lists related skills and chains for use in combination during red teaming vulnerability hunting. It integrates into broader web security assessments to identify and exploit cross-site scripting alongside other attack vectors.

Related Skills