mirror of
https://github.com/epi052/feroxbuster.git
synced 2026-04-19 06:31:13 -03:00
42 lines
1.3 KiB
Plaintext
42 lines
1.3 KiB
Plaintext
# Example configuration for feroxbuster
|
|
#
|
|
# If you wish to provide persistent settings to feroxbuster, rename this file to ferox-config.toml and make sure
|
|
# it resides in the same directory as the feroxbuster binary.
|
|
#
|
|
# After that, uncomment any line to override the default value provided by the binary itself.
|
|
#
|
|
# Any setting used here can be overridden by the corresponding command line option/argument
|
|
#
|
|
# wordlist = "/wordlists/seclists/Discovery/Web-Content/raft-medium-directories.txt"
|
|
# statuscodes = [200, 500]
|
|
# threads = 1
|
|
# timeout = 5
|
|
# proxy = "http://127.0.0.1:8080"
|
|
# verbosity = 1
|
|
# quiet = true
|
|
# output = "/targets/ellingson_mineral_company/gibson.txt"
|
|
# useragent = "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0"
|
|
# redirects = true
|
|
# insecure = true
|
|
# extensions = ["php", "html"]
|
|
# norecursion = true
|
|
# addslash = true
|
|
# stdin = true
|
|
# dontfilter = true
|
|
# depth = 1
|
|
# sizefilters = [5174]
|
|
# queries = [["name","value"], ["rick", "astley"]]
|
|
|
|
# headers can be specified on multiple lines or as an inline table
|
|
#
|
|
# inline example
|
|
# headers = {"stuff" = "things"}
|
|
#
|
|
# multi-line example
|
|
# note: if multi-line is used, all key/value pairs under it belong to the headers table until the next table
|
|
# is found or the end of the file is reached
|
|
#
|
|
# [headers]
|
|
# stuff = "things"
|
|
# more = "headers"
|