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 @@
# Scripts
Bundled resources for xss-vulnerability-scanner skill
- [ ] xss_scan.py: Automates XSS scanning with customizable payloads and context analysis.
- [ ] waf_bypass.py: Tests common WAF bypass techniques against identified vulnerabilities.
- [ ] report_generator.py: Generates detailed XSS vulnerability reports in various formats (e.g., HTML, Markdown).