Created
August 7, 2020 12:28
-
-
Save MShahine/c2c2411914b4a5c273355dd635b7397c to your computer and use it in GitHub Desktop.
ffuf Onle Liner
This file contains hidden or 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
ffufr() | |
{ | |
ffuf -c -w $1 -u http://$2/FUZZ -recursion | |
} | |
# Usage: ffufr /path/to/wordlist.txt target-domain.com | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment