-
Notifications
You must be signed in to change notification settings - Fork 81
/
config.user.json.example
59 lines (54 loc) · 1.39 KB
/
config.user.json.example
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
{
"ScanWorker": 100,
"VerifyPing": false,
"ScanMinPingRTT": 80,
"ScanMaxPingRTT": 800,
"ScanMode": "quic",
"Ping": {
//"ScanCountPerIP": 1,
//"ScanMinRTT": 0,
//"ScanMaxRTT": 1000,
//"RecordLimit": 10000,
//"OutputSeparator": "\r\n",
//"InputFile": "./iprange_ping.txt",
//"OutputFile": "./out_ping.txt"
},
"QUIC": {
//"ScanCountPerIP": 1,
//"ServerName": [],
//"HTTPVerifyHosts": ["dns.google.com"],
//"HandshakeTimeout": 2500,
//"ScanMinRTT": 0,
//"ScanMaxRTT": 3000,
//"RecordLimit": 10000,
//"OutputSeparator": "gop",
//"InputFile": "./iprange_quic.txt",
//"OutputFile": "./out_quic.txt",
//"Level": 3
},
"TLS": {
//"ScanCountPerIP": 1,
//"ServerName": [],
//"HTTPVerifyHosts": ["dns.google.com"],
//"HandshakeTimeout": 2500,
//"ScanMinRTT": 0,
//"ScanMaxRTT": 3000,
//"RecordLimit": 10000,
//"OutputSeparator": "|",
//"InputFile": "./iprange_tls.txt",
//"OutputFile": "./out_tls.txt",
//"Level": 3
},
"SNI": {
//"ScanCountPerIP": 1,
//"ServerName": ["www.bing.com", "duckduckgo.com"],
//"HandshakeTimeout": 2500,
//"ScanMinRTT": 0,
//"ScanMaxRTT": 3000,
//"RecordLimit": 10000,
//"OutputSeparator": "\r\n",
//"InputFile": "./iprange_sni.txt",
//"OutputFile": "./out_sni.txt",
//"Level": 2
}
}