-
Notifications
You must be signed in to change notification settings - Fork 8
/
360_TianQing_ccid_SQL_injectable.json
65 lines (65 loc) · 2.53 KB
/
360_TianQing_ccid_SQL_injectable.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
{
"Name": "360 TianQing ccid SQL injectable",
"Level": "2",
"Tags": [],
"GobyQuery": "app=\"360-TianQing\"",
"Description": "The attacker can get the server permission by injecting SQL into the upload Trojan",
"Product": "360 TianQing",
"Homepage": "htp://360.cn",
"Author": "PeiQi",
"Impact": "<p>The attacker can get the server permission by injecting SQL into the upload Trojan<br></p>",
"Recommandation": "",
"References": [
"http://wiki.peiqi.tech"
],
"ScanSteps": [
"AND",
{
"Request": {
"method": "GET",
"uri": "/api/dp/rptsvcsyncpoint?ccid=1",
"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": "result",
"bz": ""
},
{
"type": "item",
"variable": "$body",
"operation": "contains",
"value": "success",
"bz": ""
},
{
"type": "item",
"variable": "$body",
"operation": "not contains",
"value": "10001",
"bz": ""
}
]
},
"SetVariable": []
}
],
"PostTime": "2021-04-09 08:51:50",
"GobyVersion": "1.8.255"
}