ffuf-web-fuzzing

Automate web content discovery and vulnerability assessment with FFUF.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/simtransforma/HAOS_HAU-AI-Operating-System --skill ffuf-web-fuzzing-simtransforma
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ffuf-web-fuzzing
Source: https://github.com/simtransforma/HAOS_HAU-AI-Operating-System/tree/main/HAOS/skills/ffuf-skill
Command: npx skills add https://github.com/simtransforma/HAOS_HAU-AI-Operating-System --skill ffuf-web-fuzzing-simtransforma

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill empowers users to efficiently discover hidden web content, directories, files, and subdomains by leveraging the powerful FFUF web fuzzer, crucial for penetration testing and security reconnaissance.

Core Features & Use Cases

  • Web Fuzzing: Automate the discovery of web assets using FFUF.
  • Authenticated Fuzzing: Supports fuzzing of authenticated endpoints using raw HTTP requests.
  • Result Analysis: Includes helper scripts for analyzing FFUF output and generating reports.
  • Use Case: A security analyst needs to find hidden administrative panels on a target website. They can use this Skill to fuzz common paths and identify potential entry points.

Quick Start

Use the ffuf skill to fuzz the '/admin' directory on 'example.com' using a common wordlist.

Frequently Asked Questions about ffuf-web-fuzzing

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
What is web fuzzing and when do I need it for penetration testing?

Web fuzzing discovers hidden directories, files, and subdomains by rapidly testing common paths against a target. It is needed during security reconnaissance to identify exposed assets and potential entry points before deeper vulnerability assessment.

How do I find hidden directories and files on a target website?

You can find hidden web content by running an automated fuzzing tool against the target URL with a wordlist. This Skill uses FFUF to rapidly test path variations and identify valid responses that indicate hidden administrative panels or sensitive files.

Can I fuzz authenticated API endpoints using raw HTTP requests?

Yes, authenticated fuzzing is supported using raw HTTP requests. You can provide the full request structure including session tokens or cookies, allowing the fuzzer to test protected API endpoints and authenticated areas behind login screens.

Does FFUF web fuzzing require any external dependencies or tools?

No external dependencies are required to use this Skill. It operates independently with built-in scripts and references to automate the fuzzing process, analyze the output results, and generate templates without needing additional software packages.

What is the best way to analyze web fuzzing results and generate reports?

The best way to analyze fuzzing results is using the included helper scripts. These scripts process the raw FFUF output to filter out noise, identify significant findings like hidden directories, and generate structured reports for security analysis.

Why is my web content discovery not finding hidden subdomains effectively?

Ineffective subdomain discovery often results from using a limited wordlist or not configuring the fuzzer correctly. This Skill automates FFUF to perform rapid fuzzing techniques, but success depends on providing a comprehensive wordlist for testing.