Strix•XSS 测试

Analyze Cross-site Scripting vulnerabilities, attack vectors, and bypass techniques.

735|96|Updated Apr 23, 2026
One-click install
npx skills add https://github.com/asdfgh1445/ctf-super-hub --skill strix-xss
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Strix•XSS 测试
Source: https://github.com/asdfgh1445/ctf-super-hub/tree/main/strix-xss
Command: npx skills add https://github.com/asdfgh1445/ctf-super-hub --skill strix-xss

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides detailed guidance on detecting, understanding, and bypassing Cross-site Scripting vulnerabilities across multiple contexts, helping security professionals identify potential XSS issues thoroughly.

Core Features & Use Cases

  • Vulnerability Analysis: Covers reflected, stored, and DOM-based XSS in web, mobile, and desktop applications.
  • Contextual Exploitation: Addresses injection points like server-rendered templates, client-side dynamic content, and cross-context payloads.
  • Use Case: Security teams can systematically assess web applications by testing different input vectors and evaluating defenses such as CSP and Trusted Types.

Quick Start

Provide a URL parameter or user input example, then analyze how injection could occur and suggest bypass payloads.

Frequently Asked Questions about Strix•XSS 测试

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

FAQPage Schema
How do I test for XSS vulnerabilities across different web application contexts?

XSS vulnerability testing involves analyzing reflected, stored, and DOM-based vectors across server-rendered templates and client-side dynamic content. You must evaluate injection points and contextual encoding to identify potential bypass opportunities systematically.

What is the difference between reflected, stored, and DOM-based XSS?

Reflected XSS executes from immediate user input, stored XSS persists in server databases, and DOM-based XSS executes entirely client-side. Analyzing these distinct attack vectors helps identify how injection points operate within various client-server rendering contexts.

How can I bypass Content Security Policy (CSP) and Trusted Types defenses during security assessment?

Bypassing CSP and Trusted Types requires evaluating cross-context payloads against client/server rendering logic. Analyzing specific injection points allows you to craft targeted bypass techniques that circumvent these web security policies during vulnerability testing.

Does XSS vulnerability testing work for both web and mobile applications?

XSS vulnerability testing applies across web, mobile, and desktop applications. The assessment systematically covers various frameworks and content types, analyzing client-server rendering and security policies to identify injection points regardless of the platform.

How do I analyze cross-context payloads for client-side dynamic content?

Analyzing cross-context payloads requires providing a URL parameter or user input example to determine how injection could occur. You then evaluate the client-side dynamic content and server-rendered templates to suggest appropriate bypass payloads.