forked from melbadry9/ScanApi
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathconfig.ini
58 lines (50 loc) · 814 Bytes
/
config.ini
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
[FLASK]
port = 8000
host = 0.0.0.0
debug = False
secret = anything_12456547_1524556
[SLACK]
hook =
takeover_hook =
enabled = False
[COOKIE]
# gasset cookie to enable censys and virustotal
shodan = ''
fb_cookie = ''
[GENERAL]
threads = 30
resolver = 8.8.8.8
[TOOLS]
amass = True
gasset = True
subover = True
httprobe = True
gobuster = True
subfinder = True
findomain = True
sublist3r = True
assetfinder = True
gobusterDNS = False
[WORDLIST]
# small, medium, long
dns = small
dir = small
[LOGGING]
# disable modules logging
db = True
s3 = True
opp = True
slack = True
utils = True
asset = True
werkzeug = True
takeover = True
urllib3 = False
requests = False
botocore = False
s3transfer = False
file_path = app.log
[aws]
# aws keys
id =
secret =