forked from maurosoria/dirsearch
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdefault.conf
50 lines (45 loc) · 1.08 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
[general]
threads = 20
default-extensions = php,asp,aspx,jsp,html,htm,js
recursive = False
recursive-level-max = 0
follow-redirects = False
exclude-subdirs = %%ff/
save-logs-home = False
full-url = False
quiet-mode = False
color = True
# headers-file = headers.txt
# include-status = 200,301
# exclude-status = 500,502
# exclude-sizes = 0b,123gb
# exclude-texts = "Not found"
# exclude-regexps = Forbidde[a-z]{1}
# scanner-fail-path = InvalidPath123123
[reports]
autosave-report = True
autosave-report-format = plain
[dictionary]
lowercase = False
uppercase = False
capitalization = False
force-extensions = False
no-dot-extensions = False
# prefixes = .,admin
# suffixes = ~,.bak
# wordlist = db/dicc.txt
[connection]
timeout = 10
delay = 0
max-retries = 3
random-user-agents = False
httpmethod = get
request-by-hostname = False
exit-on-error = False
debug = False
# user-agent = MyUserAgent
# 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