forked from k3vi-07/goby-exp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path来福云SQL注入漏洞.json
executable file
·44 lines (44 loc) · 1.85 KB
/
来福云SQL注入漏洞.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
{
"Name": "laifuyun_sqli",
"Level": "2",
"Tags": [],
"GobyQuery": "title=\"孚盟云 - 用户登录\"",
"Description": "上海孚盟软件有限公司成立于2006年06月05日,注册地位于上海市闵行区元江路5500号第1幢,法定代表人为郭彦荣。经营范围包括从事计算机技术领域内的技术开发、技术转让、技术咨询、技术服务,机电产品的批发(除专控)。[依法须经批准的项目,经相关部门批准后方可开展经营活动]上海孚盟软件有限公司对外投资1家公司,具有9处分支机构。",
"Product": "孚盟云",
"Homepage": "https://www.laifuyun.com/",
"Author": "Nine River SEC",
"Impact": "",
"Recommandation": "<p>undefined</p>",
"References": [
"Internet"
],
"ScanSteps": [
"AND",
{
"Request": {
"method": "GET",
"uri": "///Ajax/AjaxMethod.ashx?action=getEmpByname&Name=Y",
"follow_redirect": true,
"header": {},
"data_type": "text",
"data": ""
},
"ResponseTest": {
"type": "group",
"operation": "AND",
"checks": [
{
"type": "item",
"variable": "$code",
"operation": "==",
"value": "200",
"bz": ""
}
]
},
"SetVariable": []
}
],
"PostTime": "2021-03-31 17:37:40",
"GobyVersion": "1.8.237"
}