Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:22:48 +08:00
commit 0393d8cabf
8 changed files with 165 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
# Assets
Bundled resources for xss-vulnerability-scanner skill
- [ ] payload_templates/: Directory containing various XSS payload templates for different contexts (HTML, JavaScript, CSS, URL).
- [ ] report_template.html: HTML template for generating XSS vulnerability reports.
- [ ] waf_signatures.json: JSON file containing signatures of common Web Application Firewalls (WAFs) for bypass testing.