Claude Skill
jthack/ffuf_claude_skill
A Claude Skill that integrates the FFUF web fuzzer, allowing AI assistants to perform security testing and vulnerability discovery directly in chat conversations.
Overview
Repository
Install this Skill
git clone https://github.com/jthack/ffuf_claude_skillRegistry
Summary
A Claude Skill that enables the Claude AI assistant to utilize the FFUF (Fuzz Faster U Fool) web fuzzing tool directly within conversations.
这是一个供Claude使用的FFUF“技能”。
Key features
- Integrates FFUF with Claude AI
- Enables web fuzzing from chat interface
- Python-based implementation
Use cases
- Security testing during AI conversations
- Web application vulnerability discovery
- Automated fuzzing workflows with AI assistance
README excerpt
# FFUF Skill for Claude Code A Claude Code skill that integrates the powerful web fuzzer [ffuf](https://github.com/ffuf/ffuf) (Fuzz Faster U Fool) for web security testing and reconnaissance tasks. ## Overview 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. ## Prerequisites - [ffuf](https://github.com/ffuf/ffuf) must be installed on your system - Claude Desktop application - Appropriate authorization to test target systems ### Installing ffuf **macOS:** ```bash brew install ffuf ``` **Linux:** ```bash go install github.com/ffuf/ffuf/v2@latest ``` **Other methods:** See the [official ffuf repository](https://github.com/ffuf/ffuf) ## Installation 1. Clone this repository: ```bash git clone https://github.com/jthack/ffuf_claude_skill ``` 2. Copy the skill folder to Claude Code's skills directory: ```bash mkdir -p ~/.claude/skills cp -r ffuf_claude_skill/ffuf-skill ~/.claude/skills/ ``` 3. The skill is now available for Claude Code to use! ## Usage Once installed, you can ask Claude Code to perform ffuf operations naturally: - "Fuzz the /api endpoint on example.com for hidden paths" - "Enumerate subdomains for target.com" - "Find common directories on https://example.com" - "Test for backup files on the /admin path" Claude will automatically invoke the ffuf skill and interpret the results for you. ## Features - **Intelligent Fuzzing**: Claude interprets your testing goals and configures ffuf appropriately - **Result Analysis**: Automatic filtering and analysis of ffuf output - **Safe Defaults**: Includes rate limiting and sensible defaults to avoid aggressive testing - **Wordlist Management**: Helps select appropriate wordlists f
Topics
No topics yet.