Files
gh-jeremylongshore-claude-c…/skills/api-fuzzer/scripts/README.md
2025-11-30 08:22:55 +08:00

8 lines
394 B
Markdown

# 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.