Goby/json/Apache ActiveMQ Console控制台弱...

55 lines
2.0 KiB
JSON
Raw Normal View History

2022-11-25 02:08:58 -08:00
{
"Name": "Apache ActiveMQ Console控制台弱口令",
"Level": "2",
"Tags": [
"弱口令"
],
"GobyQuery": "app=\"Apache-ActiveMQ\"",
"Description": "Apache ActiveMQ Console 存在默认弱口令 admin:admin进入控制台后可被进一步恶意利用",
"Product": "Apache ActiveMQ",
"Homepage": "http://activemq.apache.org/",
"Author": "PeiQi",
"Impact": "<p><span style=\"color: rgb(65, 140, 175);\"><b>咩咩咩</b></span>🐑</p>",
"Recommandation": "<p>undefined</p>",
"References": [
"http://wiki.peiqi.tech"
],
"ScanSteps": [
"AND",
{
"Request": {
"method": "GET",
"uri": "/admin",
"follow_redirect": true,
"header": {
"Authorization": "Basic YWRtaW46YWRtaW4="
},
"data_type": "text",
"data": ""
},
"ResponseTest": {
"type": "group",
"operation": "AND",
"checks": [
{
"type": "item",
"variable": "$code",
"operation": "==",
"value": "200",
"bz": ""
},
{
"type": "item",
"variable": "$body",
"operation": "contains",
"value": "Version",
"bz": ""
}
]
},
"SetVariable": []
}
],
"PostTime": "2021-01-21 22:11:54",
"GobyVersion": "1.8.237"
}