FFUF Web 模糊测试
Description
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.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
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 must be installed on your system
- Claude Desktop application
- Appropriate authorization to test target systems
Installing ffuf
**macOS:**
brew install ffuf
**Linux:**
go install github.com/ffuf/ffuf/v2@latest
**Other methods:** See the [official ffuf repository](https://github.com/ffuf/ffuf)
Installation
- Clone this repository:
git clone https://github.com/jthack/ffuf_claude_skill
- Copy the skill folder to Claude Code's skills directory:
mkdir -p ~/.claude/skills
cp -r ffuf_claude_skill/ffuf-skill ~/.claude/skills/
- 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 for different testing scenarios
Safety & Ethics
**IMPORTANT**: This skill is designed for defensive security purposes only:
- Only test systems you own or have explicit permission to test
...
Related Skills
Epic Sync
Sync epic issue bodies, labels, and local coordination snapshots from GitHub.
Git 使用 Git Worktrees
创建孤立的 Git worktrees,带有智能目录选择与安全验证。
Git Claude skills github
[Building agent skills blog](https://www.anthropic.com/engineering/equipping-agents-for-the-real-world-with-ag
Git #148
, [#161](https://github.com/affaan-m/everything-claude-code/pull/161))
Git GitHub MCP
| Token | Repos, issues, PRs, workflows |
Git GitHub MCP Server
Official first-party server to read repos, manage issues/PRs, and automate workflows.
Git