Claude Skill
jthack/ffuf_claude_skill
一个集成FFUF网络模糊测试器的Claude Skill,允许AI助手在聊天对话中直接执行安全测试和漏洞发现。
概览
仓库信息
安装这个 Skill
git clone https://github.com/jthack/ffuf_claude_skillRegistry 信息
项目简介
一个Claude Skill,使Claude AI助手能够在对话中直接使用FFUF(Fuzz Faster U Fool)网络模糊测试工具。
This is a "skill" for claude to use FFUF.
要点
- 将FFUF与Claude AI集成
- 支持从聊天界面进行网络模糊测试
- 基于Python实现
使用场景
- AI对话期间的安全测试
- Web应用程序漏洞发现
- AI辅助的自动化模糊测试工作流
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](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
话题
暂无话题