Skip to content

Instantly share code, notes, and snippets.

@MShahine
Created August 7, 2020 12:28
Show Gist options
  • Save MShahine/c2c2411914b4a5c273355dd635b7397c to your computer and use it in GitHub Desktop.
Save MShahine/c2c2411914b4a5c273355dd635b7397c to your computer and use it in GitHub Desktop.
ffuf Onle Liner
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