jthackjthackCommunityยท1 Agent Skills Included

ffuf_claude_skill

Web fuzzing for hidden directories, subdomains, and API endpoints

Discovers hidden directories, files, subdomains, and API endpoints on web targets using the ffuf fuzzer. Handles authenticated fuzzing with raw HTTP requests, auto-calibration, rate limiting, and result filtering to cut false positives. Analyzes scan output to flag anomalies like admin panels, backup files, and exposed configs for faster security testing.
npx skills add jthack/ffuf_claude_skill --all -g -y

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How 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โ†’