Skip to content

Instantly share code, notes, and snippets.

@raz455
Last active December 9, 2020 05:30
Show Gist options
  • Save raz455/470db0119207bc065b1b01b93b3be0a4 to your computer and use it in GitHub Desktop.
Save raz455/470db0119207bc065b1b01b93b3be0a4 to your computer and use it in GitHub Desktop.
ffuf -c -w dicc.txt -u https://codingo.io/FUZZ
ffuf -c -w dicc.txt -u https://codingo.io/FUZZ -x http://127.0.0.1:8080
ffuf -c -w dicc.txt -u https://codingo.io/FUZZ --replay-proxy http://127.0.0.1:8080
ffuf -c -w domains.txt:W1 -w dicc.txt:W2 -u https://W1/W2
ffuf -c -w dicc.txt -u https://codingo.io/FUZZ -s
ffuf -c -w dicc.txt -u https://codingo.io/FUZZ -of html ./out_file
ffuf -c -w dicc.txt -u https://codingo.io/FUZZ -recursion
ffuf -c -w dicc.txt -u https://codingo.io/FUZZ -recursion -e .bak
ffuf -c -w dicc.txt -u https://codingo.io/FUZZ -recursion -t 25
ffuf -c -w dicc.txt:W1 -u https://codingo.io/W1
ffuf -c -w dicc.txt -u https://codingo.io/FUZZ -mc 302
ffuf -c -w dicc.txt -u https://codingo.io/FUZZ -mc 200
ffuf -c -w dicc.txt -u https://codingo.io/FUZZ -of html ./out_file -b "cookie1=value1; cookie2=value2"
ffuf -c -w dicc.txt -u https://codingo.io/FUZZ -of html ./out_file -H "Header1=value1; Header2=value2"
ffuf -c -w dicc.txt -request req
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment