ffuf_claude_skill
Web fuzzing for hidden directories, subdomains, and API endpoints
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install ffuf_claude_skill?โผ
Run `npx skills add jthack/ffuf_claude_skill --all -g -y` in your terminal to install the skill globally. You also need ffuf installed on your system, for example via `brew install ffuf` on macOS.
What does the ffuf skill do?โผ
It lets your agent run ffuf web fuzzing from plain-English requests, finding hidden directories, files, subdomains, parameters, and API endpoints on authorized targets.
Can it fuzz authenticated endpoints?โผ
Yes. You save a full authenticated HTTP request to a req.txt file with the FUZZ keyword, and the skill runs ffuf against it with your cookies, tokens, or API keys intact.
How does it reduce false positives in scans?โผ
It enforces ffuf auto-calibration (-ac) on every scan and includes a helper script that analyzes JSON results to surface anomalous status codes, sizes, and interesting paths.
Is it legal to use this fuzzing skill?โผ
Only on systems you own or have explicit written permission to test. Unauthorized fuzzing is illegal, and the skill includes rate limiting defaults to avoid disrupting target services.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core