---
title: "Fuzz web paths, parameters, and virtual hosts with ffuf to surface hidden attack surface"
description: "Probe for hidden routes, parameter behaviors, and vhost exposures fast, before you spend time manually poking at the wrong surface."
verification: "listed"
source: "https://github.com/ffuf/ffuf"
author: "ffuf"
publisher_type: "organization"
category:
  - "Security & Verification"
framework:
  - "Multi-Framework"
tool_ecosystem:
  github_repo: "ffuf/ffuf"
  github_stars: 13973
---

# Fuzz web paths, parameters, and virtual hosts with ffuf to surface hidden attack surface

Probe for hidden routes, parameter behaviors, and vhost exposures fast, before you spend time manually poking at the wrong surface.

## Prerequisites

ffuf binary, reachable target URL, wordlists, network access, operator-approved test scope

## Installation

Choose whichever fits your setup:

1. Copy this skill folder into your local skills directory.
2. Clone the repo and symlink or copy the skill into your agent workspace.
3. Add the repo as a git submodule if you manage shared skills centrally.
4. Install it through your internal provisioning or packaging workflow.
5. Download the folder directly from GitHub and place it in your skills collection.

Install command or upstream instructions:

```
Install ffuf from the upstream release, package manager, or build path, prepare the target URL and wordlists, then run the documented fuzzing modes for paths, parameters, or virtual hosts with suitable response filters.
```

## Documentation

- https://github.com/ffuf/ffuf

## Source

- [Agent Skill Exchange](https://agentskillexchange.com/skills/fuzz-web-paths-parameters-and-virtual-hosts-with-ffuf-to-surface-hidden-attack-surface/)
