A Claude Code skill that integrates the powerful web fuzzer ffuf (Fuzz Faster U Fool) for web security testing and reconnaissance tasks. This skill enables Claude Code to perform intelligent web fuzzing operations using ffuf, making it easier to discover hidden directories, files, subdomains, and API endpoints. - ffuf must be installed on your system - Claude Desktop application - Appropriate auth
Add this skill
npx mdskills install jthack/ffuf-claude-skillProvides no actionable instructions or practical guidance for using ffuf
A Claude Code skill that integrates the powerful web fuzzer ffuf (Fuzz Faster U Fool) for web security testing and reconnaissance tasks.
This skill enables Claude Code to perform intelligent web fuzzing operations using ffuf, making it easier to discover hidden directories, files, subdomains, and API endpoints.
macOS:
brew install ffuf
Linux:
go install github.com/ffuf/ffuf/v2@latest
Other methods: See the official ffuf repository
git clone https://github.com/jthack/ffuf_claude_skill
mkdir -p ~/.claude/skills
cp -r ffuf_claude_skill/ffuf-skill ~/.claude/skills/
Once installed, you can ask Claude Code to perform ffuf operations naturally:
Claude will automatically invoke the ffuf skill and interpret the results for you.
IMPORTANT: This skill is designed for defensive security purposes only:
Unauthorized testing of systems is illegal and unethical.
Contributions are welcome! Please feel free to submit issues or pull requests.
MIT License - See LICENSE file for details
This tool is provided for educational and authorized security testing purposes only. Users are responsible for complying with all applicable laws and obtaining proper authorization before testing any systems.
Install via CLI
npx mdskills install jthack/ffuf-claude-skillFFUF Skill for Claude Code is a free, open-source AI agent skill. A Claude Code skill that integrates the powerful web fuzzer ffuf (Fuzz Faster U Fool) for web security testing and reconnaissance tasks. This skill enables Claude Code to perform intelligent web fuzzing operations using ffuf, making it easier to discover hidden directories, files, subdomains, and API endpoints. - ffuf must be installed on your system - Claude Desktop application - Appropriate auth
Install FFUF Skill for Claude Code with a single command:
npx mdskills install jthack/ffuf-claude-skillThis downloads the skill files into your project and your AI agent picks them up automatically.
FFUF Skill for Claude Code works with Claude Code, Claude Desktop, Cursor, Vscode Copilot, Windsurf, Continue Dev, Codex, Gemini Cli, Amp, Roo Code, Goose, Opencode, Trae, Qodo, Command Code. Skills use the open SKILL.md format which is compatible with any AI coding agent that reads markdown instructions.