FFUF Commands

 

List of Useful FFUF command-

ffuf -w wordlist.txt:FUZZ -w urls.txt:HOSTS -u https://HOSTS/FUZZ -c

ffuf -u https://Target URL/W1 -w ./wordlist.txt:W1

ffuf -u https://W2/W1 -w ./wordlist.txt:W1,./domains.txt:W2

ffuf -u https://FUZZDOMAIN/FUZZDIR -w ./wordlist.txt:FUZZDIR,./domains.txt:FUZZDOMAIN

ffuf -u https://FUZZDOMAIN/FUZZDIR -w ./domains.txt:FUZZDOMAIN,./wordlist.txt:FUZZDIR 

ffuf -u https://W2/W1 -w ./wordlist.txt:W1 -w ./domains.txt:W2

To remove this, and only show results that line up with the matcher filters, you can use the silent flag, -s. This flag will enforce only successful hits to be shown. For example, our command from earlier, if exapnded with -s becomes:

ffuf -u https://codingo.io/FUZZ -w ./wordlist.txt -s

Also, use mc and fc option to match or filter the responses.

Thanks!!

Comments

Popular posts from this blog

Polaris’ Intellect Core Banking Software Version 9.7.1- Open Redirect [CVE-2018-14931]

Stored XSS Vulnerability in Hot Scripts Clone:Script Classified Version 3.1-[CVE-2018-7650]

Stored XSS Vulnerability in Bookme Control Panel 2.0-[CVE-2018-8737]