FFUF Web 模糊测试 banner
jthack jthack

FFUF Web 模糊测试

Git community intermediate

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

Terminal
claude install-skill https://github.com/jthack/ffuf_claude_skill

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

    undefined

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

    undefined
git clone https://github.com/jthack/ffuf_claude_skill
    undefined
mkdir -p ~/.claude/skills
cp -r ffuf_claude_skill/ffuf-skill ~/.claude/skills/
    undefined

Usage

Once installed, you can ask Claude Code to perform ffuf operations naturally:

    undefined

Claude will automatically invoke the ffuf skill and interpret the results for you.

Features

    undefined

Safety & Ethics

**IMPORTANT**: This skill is designed for defensive security purposes only:

    undefined

...