Skip to content

Instantly share code, notes, and snippets.

@felipecaon
Last active June 17, 2024 12:41
Show Gist options
  • Save felipecaon/d1e7c980d7bab1312ea81df1d0241f42 to your computer and use it in GitHub Desktop.
Save felipecaon/d1e7c980d7bab1312ea81df1d0241f42 to your computer and use it in GitHub Desktop.
.ffurc example file
[general]
colors = true
[http]
headers = [
"User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:98.0) Gecko/20100101 Firefox/98.0"
]
[https]
headers = [
"User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:98.0) Gecko/20100101 Firefox/98.0"
]
# run as ffuf -u https://example.com/FUZZ
[input]
wordlists = [
"/usr/share/seclists/Discovery/Web-Content/common.txt:FUZZ",
"/usr/share/seclists/Discovery/Web-Content/burp-parameter-names.txt:PARAM"
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment