hunt-xss

Detect Cross-Site Scripting vulnerabilities in web applications by analyzing source code and server behavior.

Updated Jul 1, 2026
One-click install
npx skills add https://github.com/bpnrockstar/UnifiedBugHunter --skill hunt-xss-bpnrockstar
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: hunt-xss
Source: https://github.com/bpnrockstar/UnifiedBugHunter/tree/main/skills/hunt-xss
Command: npx skills add https://github.com/bpnrockstar/UnifiedBugHunter --skill hunt-xss-bpnrockstar

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill is designed to hunt for and address Cross-Site Scripting (XSS) vulnerabilities in web applications, ensuring secure and compliant user interactions.

Core Features & Use Cases

  • Detect Reflected, Stored, and DOM-based XSS: Identifies vulnerabilities where user input is echoed back to the user without proper sanitization.
  • Scope Safety and Validation: Ensures the XSS hunt adheres to predetermined scopes, reducing false positives.
  • Use Case: A web application's front-end requires testing for XSS. Use this Skill to automatically scan and report XSS vulnerabilities within specified boundaries.

Quick Start

To scan for XSS vulnerabilities in a target domain, run 'hunt-xss target.com'.

Frequently Asked Questions about hunt-xss

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

FAQPage Schema
How do I scan a web application for XSS vulnerabilities?

To scan for XSS vulnerabilities, analyze the target domain by running 'hunt-xss target.com'. The tool checks input fields, URLs, and headers to identify where user input is echoed back without proper sanitization.

Can this tool detect stored and DOM-based XSS, or only reflected attacks?

It detects Reflected, Stored, and DOM-based XSS vulnerabilities. The analysis covers both the source code and server-side behavior to find where malicious user input is improperly executed.

Does this XSS scanner work for bug bounty hunting and red teaming?

Yes, it is specifically designed for web application security testing in bug bounty hunting and red teaming contexts. It includes scope safety and validation to ensure the hunt adheres to predetermined boundaries.

How do I reduce false positives when testing for Cross-Site Scripting?

Scope safety and validation features reduce false positives by ensuring the XSS hunt adheres strictly to predetermined scopes. This validates that identified vulnerabilities are actionable within your testing boundaries.

What inputs does the tool analyze to find Cross-Site Scripting vulnerabilities?

It analyzes input fields, URLs, and headers to find Cross-Site Scripting vulnerabilities. This comprehensive approach ensures both front-end components and server-side behavior are evaluated for unsafe data handling.