mirror of https://github.com/Mickhat/lemma.git
67 lines
1.6 KiB
INI
Executable File
67 lines
1.6 KiB
INI
Executable File
[general]
|
|
threads = 25
|
|
recursive = False
|
|
deep-recursive = False
|
|
force-recursive = False
|
|
recursion-status = 200-399,401,403
|
|
max-recursion-depth = 0
|
|
exclude-subdirs = %%ff/,.;/,..;/,;/,./,../,%%2e/,%%2e%%2e/
|
|
random-user-agents = False
|
|
max-time = 0
|
|
exit-on-error = False
|
|
# subdirs = /,api/
|
|
# include-status = 200-299,401
|
|
# exclude-status = 400,500-999
|
|
# exclude-sizes = 0b,123gb
|
|
# exclude-text = "Not found"
|
|
# exclude-regex = "^403$"
|
|
# exclude-redirect = "*/error.html"
|
|
# exclude-response = 404.html
|
|
# skip-on-status = 429,999
|
|
|
|
[dictionary]
|
|
default-extensions = php,aspx,jsp,html,js
|
|
force-extensions = False
|
|
overwrite-extensions = False
|
|
lowercase = False
|
|
uppercase = False
|
|
capitalization = False
|
|
# exclude-extensions = old,log
|
|
# prefixes = .,admin
|
|
# suffixes = ~,.bak
|
|
# wordlists = /path/to/wordlist1.txt,/path/to/wordlist2.txt
|
|
|
|
[request]
|
|
http-method = get
|
|
follow-redirects = False
|
|
# headers-file = /path/to/headers.txt
|
|
# user-agent = MyUserAgent
|
|
# cookie = SESSIONID=123
|
|
|
|
[connection]
|
|
timeout = 7.5
|
|
delay = 0
|
|
max-rate = 0
|
|
max-retries = 1
|
|
## By disabling `scheme` variable, dirsearch will automatically identify the URI scheme
|
|
# scheme = http
|
|
# proxy = localhost:8080
|
|
# proxy-file = /path/to/proxies.txt
|
|
# replay-proxy = localhost:8000
|
|
|
|
[advanced]
|
|
crawl = False
|
|
|
|
[view]
|
|
full-url = False
|
|
quiet-mode = False
|
|
color = True
|
|
show-redirects-history = False
|
|
|
|
[output]
|
|
## Support: plain, simple, json, xml, md, csv, html, sqlite
|
|
report-format = plain
|
|
autosave-report = False
|
|
autosave-report-folder = /tmp
|
|
# log-file = /path/to/dirsearch.log
|
|
# log-file-size = 50000000 |