Last active
December 9, 2020 05:30
-
-
Save raz455/470db0119207bc065b1b01b93b3be0a4 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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