Last active
June 17, 2024 12:41
-
-
Save felipecaon/d1e7c980d7bab1312ea81df1d0241f42 to your computer and use it in GitHub Desktop.
.ffurc example file
This file contains 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
[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