marcel-last / ffuf-docker

A containerised version of ffuf (Fuzz Faster U Fool).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ffuf-docker

A containerised version of ffuf.

Building the container

docker build -t ffuf-docker:latest

Running the container

docker run --rm ffuf-docker <FPING_ARGS>

## Example:
docker run --rm ffuf-docker -w /path/to/wordlist -u https://target/FUZZ -maxtime-job 60 -recursion -recursion-depth 2

Dockerfile Entrypoint

ENTRYPOINT ["/sbin/tini", "--", "/usr/bin/ffuf"]

About

A containerised version of ffuf (Fuzz Faster U Fool).

License:MIT License


Languages

Language:Dockerfile 51.9%Language:Makefile 48.1%