-
Notifications
You must be signed in to change notification settings - Fork 5
/
default_configuration.yaml
158 lines (142 loc) · 6.13 KB
/
default_configuration.yaml
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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
dev_mode: false
version: "2.0.1"
Proxy :
activate: true
file: null #path to file, one proxy per line
links:
https://raw.githubusercontent.com/TheSpeedX/PROXY-List/master/http.txt : "http"
https://raw.githubusercontent.com/monosans/proxy-list/main/proxies/http.txt: "http"
https://raw.githubusercontent.com/TheSpeedX/SOCKS-List/master/socks5.txt : "socks"
https://raw.githubusercontent.com/TheSpeedX/SOCKS-List/master/socks4.txt : "socks"
https://raw.githubusercontent.com/ShiftyTR/Proxy-List/master/socks5.txt : "socks"
https://raw.githubusercontent.com/ShiftyTR/Proxy-List/master/socks4.txt : "socks"
https://raw.githubusercontent.com/ShiftyTR/Proxy-List/master/http.txt : "http"
https://raw.githubusercontent.com/jetkai/proxy-list/main/online-proxies/txt/proxies-https.txt : "https"
https://raw.githubusercontent.com/jetkai/proxy-list/main/online-proxies/txt/proxies-socks5.txt : "socks"
https://raw.githubusercontent.com/jetkai/proxy-list/main/online-proxies/txt/proxies-socks4.txt : "socks"
https://raw.githubusercontent.com/jetkai/proxy-list/main/online-proxies/txt/proxies-http.txt : "http"
https://raw.githubusercontent.com/monosans/proxy-list/main/proxies/socks4.txt : "socks"
https://raw.githubusercontent.com/monosans/proxy-list/main/proxies/socks5.txt : "socks"
only_file: False
get_workers: 50 #number of pool workers when request is made (you can set it to 1 if you have your own proxy list but free ones are most of the time down)
Handler :
header: "User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36"
params: Null
FQDN :
find_subs : True #will try to get subs when FQDN from ip is found
get_fqdn_trough_proxy: False #will try to get fqdn trough proxy (All API)
get_from_cert : True #connection to target will be made during initial scan
IP :
trough_proxy: False #will do all ip related task trough proxy
try_get_fqdn: True #will try to get fqdn from ip
API :
mapper :
alienvault :
activate : True
api_key : null
anubisdb :
activate : True
api_key : null
certspotter :
activate : True
api_key : null
crtsh :
activate : True
api_key : null
hackertarget :
activate : True
api_key : null
rapiddns :
activate : True
api_key : null
trough_proxy: True
max_workers: 2000
SCOPE :
FQDNs :
file: False # path to file, one ip or fqdn per line
regex: False # regex to match example : ["example.com", "example.org", "^.*\.example\.com$"]
list: False # list of ip or fqdn
IPs :
file: False # path to file, one ip or fqdn per line
regex: False # regex to match
list: False # list of ip or fqdn
TOOLS :
AS_scan:
brute_subs:
file: "brute_subs"
activate: true
workers: 3000
wordlist_name: "n0kovo_subdomains_tiny.txt"
resolver_name: "resolvers.txt"
recursive: true
after_AS_scan:
ports_scanner:
file: "ports_scanner"
activate: true
workers: 2000
detect_services:
file: "detect_services"
activate: true
workers: 2000
analyze_web_techno:
file: "analyze_web_techno"
activate: true
workers: 2000
nuclei:
file: "nuclei"
headless_browser: false
activate: true
conf_file: null
WEB : #export
activate : True
metadata:
depends_on : null
style: "list"
name: "Metadata"
tab: "Metadata"
mapper: "metadata"
initial_scan:
depends_on : null
style: "table"
collumns: ["IP","FQDNs"]
name: "Attack Surface"
tab: "IPs - FQDNs"
mapper: "initial_scan"
deads :
depends_on : null
style: "list"
name: "Deads FQDNs"
tab: "IPs - FQDNs"
mapper: "deads"
ports_scanner:
depends_on : null
style: "table"
collumns: ["IP", "Ports"]
name: "Ports & Services"
tab: "Ports - Services"
mapper: "return_ports"
detect_services:
collumns: ["Services"]
depends_on : "ports_scanner"
mapper: "return_services"
analyze_web_techno:
depends_on : null
tab: "Web Technologies"
name: "Web Technologies"
style: "table"
collumns: ["Url", "IP", "Technologies", "Version", "Headers"]
mapper: "return_web_techno"
nuclei:
depends_on : null
tab: "Vulnerabilities"
name: "Nuclei"
style: "table_multi"
collumns: ["IP|FQDN", "Name", "Severity", "Cve-id", "Cwe-id", "Cvss-metrics", "Cvss-score", "Description", "Reference", "Type", "Host", "Matched-at", "Extracted-results", "Ip", "Timestamp", "curl-command", "matcher-status", "matched-line", "matcher-name", "Tags", "template", "template-url", "template-id", "template-path", "Author"]
mapper: "return_nuclei"
UPDATE :
- tools/wordlists/n0kovo_subdomains_tiny.txt: ["https://raw.githubusercontent.com/n0kovo/n0kovo_subdomains/main/n0kovo_subdomains_tiny.txt", "3:days" ] #seconds, minutes, hours, days
- tools/wordlists/n0kovo_subdomains_small.txt: ["https://raw.githubusercontent.com/n0kovo/n0kovo_subdomains/main/n0kovo_subdomains_small.txt","3:days" ]
- tools/wordlists/n0kovo_subdomains_medium.txt: ["https://raw.githubusercontent.com/n0kovo/n0kovo_subdomains/main/n0kovo_subdomains_medium.txt", "3:days" ]
- tools/wordlists/n0kovo_subdomains_large.txt: ["https://raw.githubusercontent.com/n0kovo/n0kovo_subdomains/main/n0kovo_subdomains_large.txt", "3:days" ]
- tools/wordlists/n0kovo_subdomains_huge.txt: ["https://raw.githubusercontent.com/n0kovo/n0kovo_subdomains/main/n0kovo_subdomains_huge.txt", "3:days" ]
- tools/resolvers/resolvers.txt: ["https://raw.githubusercontent.com/trickest/resolvers/main/resolvers.txt", "30:minutes"]