FFUF.me

Installation Instructions

First things first, you'll actually need ffuf on your system. You can either do this by downloading a prebuilt binary from here or compiling it on your machine ( best option )

FFUF is built in go so therefore you'll need the go compiler if you don't have this yet follow the below commands:

You can then install ffuf either by using the go get command below:

Or straight from the GitHub Repo: