ffufw icon indicating copy to clipboard operation
ffufw copied to clipboard

Example .ffufrc file.

Open vysecurity opened this issue 2 years ago • 2 comments

Would be good to have an example .ffufrc file that doesn't mess up the actual configuration.

I've got this but it doesn't appear to be optimized:

[http]
    followredirects = false
    method = "GET"
    recursion = false
    recursion_depth = 0
    recursion_strategy = "default"
    timeout = 10

[general]
    autocalibration = false
    autocalibrationstrings = [
        "randomtest",
        "admin"
    ]
    autocalibration_strategy = "basic"
    autocalibration_keyword = "FUZZ"
    autocalibration_perhost = false
    colors = true
    delay = ""
    maxtime = 0
    maxtimejob = 0
    noninteractive = false
    quiet = false
    rate = 0
    stopon403 = false
    stoponall = false
    stoponerrors = false
    threads = 5
    verbose = true

[input]
    dirsearchcompat = false
    extensions = ""
    ignorewordlistcomments = false
    inputmode = "clusterbomb"
    requestproto = "https"

[output]
    outputfile = "output.csv"
    outputformat = "csv"
    outputcreateemptyfile = false

[filter]
    mode = "or"
    lines = ""
    regexp = ""
    size = ""
    status = ""
    time = ""
    words = ""

[matcher]
    mode = "or"
    lines = ""
    regexp = ""
    size = ""
    status = "200,204,301,302,307,401,403,405,500"
    time = ""
    words = ""

vysecurity avatar Dec 18 '23 12:12 vysecurity

This fixed my ffufrc error as well. Wonder if there is a better version available for the tool or if the user should build there own?

nullenc0de avatar Jan 08 '24 16:01 nullenc0de

I am super late to this guys, I know. So one issue I see here is when you modify the matcher and autocallibration settings via config file, you end up screwing up the ffufpostprocessing logic. Seeing on my end if I can build a config and add notes surrounding this.

For everyone's visibility, support for the config was built originally to just help me support socks5 proxies and custom headers. Other config options are unexplored currently.

puzzlepeaches avatar Apr 24 '24 19:04 puzzlepeaches