forked from CloudGateRules/RuleList
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathExample.json
More file actions
59 lines (59 loc) · 2.43 KB
/
Copy pathExample.json
File metadata and controls
59 lines (59 loc) · 2.43 KB
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
{
"Configuration": {
"Author": "BurpSuite",
"Version": "6.0"
},
"Arguments": {
"MITM": "true,15F5092B,https://raw.githubusercontent.com/BurpSuite/RuleList/master/Example/MITM",
"External": "true,BurpSuite@0.0.0.0:6170",
"MacOS": "true,1.2.3.4,5.6.7.8,3040,5030",
"DNS": "true,8.8.8.8,8.8.4.4"
},
"General": {
"EnhancedMode": true,
"ExcludeHost": true,
"WIFIAccess": true,
"Replica": false,
"URLREGEX": true,
"IPCIDR6": true,
"PROCESS": true,
"USERAGENT": true,
"Header": true,
"IPV6": false,
"Rule": false
},
"Info": {
"SERVER": [
"[Surge]|SERVERNama = http,1.2.3.1,8081,User,Password1",
"[Surge]|SERVERNamb = https,1.2.3.2,8082,User,Password2,skip-cert-verify=true",
"[Surge]|SERVERNamc = socks5,1.2.3.3,8083,User,Password3",
"[Surge]|SERVERNamd = socks5-tls,1.2.3.4,8084,User,Password4,skip-cert-verify=true",
"[Surge]|SERVERName = custom,1.2.3.5,8085,chacha20,Password5,[Module]",
"[Surge]|SERVERNamf = custom,1.2.3.6,8086,chacha20,Password5,[Module],obfs=http,obfs-host=www.google.com",
"[Surge]|SERVERNamg = custom,1.2.3.6,8086,chacha20,Password5,[Module],tfo=true"
],
"Group": [
"[Surge]|Proxya = select,SERVERNama,SERVERNamb,SERVERNamc,SERVERNamd,SERVERName",
"[Surge]|Proxyb = select,SERVERNama,SERVERNamb,SERVERNamc,SERVERNamd",
"[Surge]|Proxyc = select,SERVERNama,SERVERNamb,SERVERName",
"[Surge]|Proxyd = select,SERVERNamd,SERVERName",
"[Surge]|Autoxy = url-test,SERVERNama, SERVERNamb, url = http://www.gstatic.com/generate_204, interval = 600, tolerance = 200, timeout = 5"
]
},
"SUFFIX": {
"Apple": "DIRECT",
"Proxy": "Autoxy",
"KEYWORD": "Proxyb",
"PROCESS": "Proxyb",
"URLREGEX": "Proxyb",
"USERAGENT": "Proxya",
"IPCIDR6": "Proxyc",
"IPCIDR": "Proxyc",
"Other": "Autoxy"
},
"Other": {
"Module": "https://raw.githubusercontent.com/BurpSuite/RuleList/master/Module/Module",
"List": "https://raw.githubusercontent.com/BurpSuite/RuleList/master/Default.json",
"Merge": "https://raw.githubusercontent.com/CloudGateRules/RuleList/master/Example/Merge.json"
}
}