hackingDNA

ffuf

Web Applicationkali · parrot

Fast web fuzzer for directories, virtual hosts, and parameters. Preferred over older gobusters for speed.

Install

sudo apt install ffuf

Common commands

ffuf -w wordlist.txt -u https://target.com/FUZZ
ffuf -w params.txt -u https://target.com/api?FUZZ=1

Use only on systems you are authorized to test. Follow program scope.

Related tools