-
-
Notifications
You must be signed in to change notification settings - Fork 186
/
opendoor.conf
executable file
·70 lines (47 loc) · 1.33 KB
/
opendoor.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
58
59
60
61
62
63
64
65
66
67
68
69
70
[general]
# Use ssl <bool>
ssl = False
# Target sheme <string>
scheme = http://
# Target host (ip) <string>
host = example.com
# Custom port (Default 80) <int>
port = 80
# HTTP method (use HEAD as default) <string>
method = HEAD
# Delay between request's threads <int>
delay = 0
# Request timeout (30 sec default) <int>
timeout = 30
# Max retries to reconnect (default 3) <int>
retries = 10
# Using built-in proxylist <boolean>
tor = False
# Path to custom proxylist <string|None>
torlist = None
# Custom permanent proxy server <string|None>
proxy = None
# Randomize user-agent per request <boolean>
random-agent = False
# Debug level 1 - 3 <int>
debug = 0
# Allowed threads <int>
threads = 1
# Response sniff plugins (skipempty,collation,indexof) <string>
sniff = None
# Scan type scan=directories or scan=subdomains <string>
scan = directories
# Path to custom wordlist <string|None>
wordlist = None
# Shuffle scan list <boolean>
random-list = False
# Append path prefix to scan host <string|None>
prefix = None
# Force use selected extensions for scan session -e php,json e.g <string|None>
extensions = None
# Force ignore extensions for scan session -i aspx,jsp e.g <string|None>
ignore_extensions = None
# Scan reports (json,std,txt,html) <string>
reports = std
# Path to custom reports dir <string|None>
reports-dir = None