Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:22:02 +08:00
commit 07e9083a13
8 changed files with 161 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
# Scripts
Bundled resources for csrf-protection-validator skill
- [ ] csrf_test.sh: Automates CSRF vulnerability testing for a given URL.
- [ ] csrf_report_parser.py: Parses the output of CSRF tests and generates a concise report.