Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:22:55 +08:00
commit 2364e84646
9 changed files with 1011 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
# Scripts
Bundled resources for api-fuzzer skill
- [ ] fuzz_api.py: Script to execute the fuzzing process, taking API endpoint and payload types as input.
- [ ] generate_payloads.py: Script to generate various types of payloads (malformed, boundary, random) for fuzzing.
- [ ] report_generator.py: Script to generate a detailed report of the fuzzing results, including vulnerabilities found.