{
  "markdown": "# FFUF Skill for Claude Code\n\nA 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.\n\n## Overview\n\nThis skill enables Claude Code to perform intelligent web fuzzing operations using ffuf, making it easier to discover hidden directories, files, subdomains, and API endpoints.\n\n## Prerequisites\n\n- [ffuf](https://github.com/ffuf/ffuf) must be installed on your system\n- Claude Desktop application\n- Appropriate authorization to test target systems\n\n### Installing ffuf\n\n**macOS:**\n```bash\nbrew install ffuf\n```\n\n**Linux:**\n```bash\ngo install github.com/ffuf/ffuf/v2@latest\n```\n\n**Other methods:** See the [official ffuf repository](https://github.com/ffuf/ffuf)\n\n## Installation\n\n1. Clone this repository:\n```bash\ngit clone https://github.com/jthack/ffuf_claude_skill\n```\n\n2. Copy the skill folder to Claude Code's skills directory:\n```bash\nmkdir -p ~/.claude/skills\ncp -r ffuf_claude_skill/ffuf-skill ~/.claude/skills/\n```\n\n3. The skill is now available for Claude Code to use!\n\n## Usage\n\nOnce installed, you can ask Claude Code to perform ffuf operations naturally:\n\n- \"Fuzz the /api endpoint on example.com for hidden paths\"\n- \"Enumerate subdomains for target.com\"\n- \"Find common directories on https://example.com\"\n- \"Test for backup files on the /admin path\"\n\nClaude will automatically invoke the ffuf skill and interpret the results for you.\n\n## Features\n\n- **Intelligent Fuzzing**: Claude interprets your testing goals and configures ffuf appropriately\n- **Result Analysis**: Automatic filtering and analysis of ffuf output\n- **Safe Defaults**: Includes rate limiting and sensible defaults to avoid aggressive testing\n- **Wordlist Management**: Helps select appropriate wordlists for different testing scenarios\n\n## Safety & Ethics\n\n**IMPORTANT**: This skill is designed for defensive security purposes only:\n\n- Only test systems you own or have explicit permission to test\n- Respect rate limits and avoid causing service disruption\n- Follow responsible disclosure practices\n- Comply with applicable laws and regulations\n\nUnauthorized testing of systems is illegal and unethical.\n\n## Contributing\n\nContributions are welcome! Please feel free to submit issues or pull requests.\n\n## License\n\nMIT License - See LICENSE file for details\n\n## Disclaimer\n\nThis 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.\n",
  "bytes": 2577,
  "sha": "e06a8050761d3793d4ab4c8a9d8a7bb1f4efb5360ebc7bb4c09446b73398264b",
  "repo_slug": "jthack/ffuf_claude_skill",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/skl_jthack_ffuf_claude_skill_ffuf_skill_769fb27e/readme"
}