-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy patheportal.config.example.json
More file actions
55 lines (55 loc) · 1.4 KB
/
Copy patheportal.config.example.json
File metadata and controls
55 lines (55 loc) · 1.4 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
{
"Version": 1,
"ProfileName": "generic-eportal",
"CampusSSID": "campus-wifi",
"LoginUrl": "http://192.168.255.193:801/eportal/portal/login",
"Method": "GET",
"Referer": "http://192.168.255.193/",
"UserAccount": "your-account",
"PlainPassword": "",
"EncryptedPassword": "",
"Parameters": {
"callback": "dr1003",
"login_method": "1",
"user_account": "{{account}}",
"user_password": "{{password}}",
"wlan_user_ip": "{{local_ip}}",
"wlan_user_ipv6": "",
"wlan_user_mac": "000000000000",
"wlan_ac_ip": "",
"wlan_ac_name": "",
"jsVersion": "4.2",
"terminal_type": "1",
"lang": "zh-cn",
"v": "{{random4}}"
},
"Headers": {
"Accept": "*/*",
"Accept-Language": "zh-CN,zh;q=0.9,en;q=0.8",
"Cache-Control": "no-cache",
"Pragma": "no-cache",
"User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome Safari"
},
"ConnectivityTestUrls": [
"http://www.msftconnecttest.com/connecttest.txt",
"http://connectivitycheck.gstatic.com/generate_204",
"http://www.baidu.com"
],
"PortalIndicators": [
"eportal",
"portal",
"Dr\\.?COM",
"login_method",
"user_account",
"auth",
"login"
],
"SuccessPatterns": [
"success",
"online",
"\\u6210\\u529f",
"\\u5df2\\u5728\\u7ebf",
"\\u767b\\u5f55\\u6210\\u529f",
"\\u8ba4\\u8bc1\\u6210\\u529f"
]
}