forked from maurosoria/dirsearch
-
Notifications
You must be signed in to change notification settings - Fork 0
/
default.conf
57 lines (50 loc) · 1.19 KB
/
default.conf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
[mandatory]
default-extensions = php,asp,aspx,jsp,html,htm,js
force-extensions = False
# exclude-extensions = old,log
[general]
threads = 30
recursive = False
recursive-level-max = 0
exclude-subdirs = %%ff/
random-user-agents = False
save-logs-home = False
full-url = False
quiet-mode = False
color = True
# include-status = 200,301
# exclude-status = 500,502
# exclude-sizes = 0b,123gb
# exclude-texts = "Not found"
# exclude-regexps = Forbidde[a-z]{1}
# calibration-path = InvalidPath123123
[reports]
autosave-report = True
autosave-report-format = txt
## Support: txt, simple, json, xml, md, csv
[dictionary]
lowercase = False
uppercase = False
capitalization = False
# prefixes = .,admin
# suffixes = ~,.bak
# wordlist = db/dicc.txt
[request]
httpmethod = get
## Lowercase only
follow-redirects = False
# headers-file = headers.txt
# user-agent = MyUserAgent
# cookie = SESSIONID=123
[connection]
timeout = 10
delay = 0
max-retries = 3
request-by-hostname = False
exit-on-error = False
debug = False
# http-proxy = localhost:8080
# http-proxy-list = proxies.txt
# If you want to edit dirsearch default configurations, you can
# edit values in this file. Everything after `#` is a comment
# and won't be applied