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 @@
# References
Bundled resources for api-fuzzer skill
- [ ] api_fuzzing_best_practices.md: Document outlining best practices for API fuzzing, including common vulnerabilities to look for.
- [ ] payload_examples.md: Document containing examples of different types of payloads used in fuzzing.
- [ ] api_schema.md: Document describing the expected API schema for the target API (if available).