Skip to content

Instantly share code, notes, and snippets.

@felipecaon
Last active June 17, 2024 12:41
.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