XSS Cross-Site Scripting Detection
Paste the following prompt into your AI chat to install this skill:
Follow https://skillhub.cn/install/skillhub.md to install @user_3c6cb52e/xss-lr-mz5p.
About this skill
Problem context
Web application XSS testing often stops too early at “I found one reflected point.” In real assessments, stored XSS, reflected XSS, DOM XSS, and blind XSS rarely appear as clean, isolated cases. CSP, legacy XSS filters, event handlers, DOM clobbering, and mutation XSS can change whether a payload actually executes. Without a stable checklist, testers can miss bypass paths or fail to connect script execution to higher-impact outcomes such as session hijacking, phishing, or keylogging.
How it works
This skill organizes XSS testing into an operational checklist. Once active, it expects the agent to follow the methodology item by item:
- Discovery: inspect input-to-render paths for
stored XSS,reflected XSS,DOM XSS, andblind XSS. - Bypasses: evaluate
polyglot payloads,CSP bypass,XSS filter bypass, and event handler injection. - Impact: connect script execution to escalation paths such as
session hijack,phishing, andkeylogging. - Process control: track completed checklist items and propose next steps based on findings.
It is suitable for authorized web application testing, security assessments, and bug bounty workflows. Users must still confirm authorization before running payloads against a target. Whether a specific bypass works depends on the browser, CSP policy, front-end framework, and backend filtering, so checklist techniques should not be treated as guaranteed vulnerabilities.
Use Cases
- Find stored, reflected, and DOM XSS in authorized app routes.
- Test polyglot and CSP filter bypasses in legacy web apps.
- Check event handlers, DOM clobbering, and mutation XSS.
- Link script execution to session hijack and phishing.
Best For
- Web app security engineers who need a checklist for stored, reflected, DOM, and blind XSS.
- Bug bounty researchers looking for polyglot and CSP or filter bypass paths.
- Front-end security reviewers checking innerHTML, event handlers, and DOM clobbering.
- App security leads who need to connect script execution to higher-impact abuse.
Related Skills
Analyzes network captures from Wireshark, tcpdump, Fiddler, and Charles, then pinpoints TCP, HTTP, DNS, and TLS issues with filter expressions and remediation steps.
Detects AI-generated images from Stable Diffusion, Midjourney, and GPT-4o via Tencent Cloud image moderation and returns risk scores.
Sets up a baseline Dynamo router, enables KV-aware routing when appropriate, and smoke tests the frontend endpoint locally or on Kubernetes.
CTF cryptography quick reference for engineers covering classic, modern, RSA, ECC, stream, PRNG, and lattice attacks.