Skip to content

Commit 09cf2e3

Browse files
committed
add cors
1 parent 26eb2a4 commit 09cf2e3

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

54 files changed

+304
-180
lines changed

.idea/libraries/Maven__mysql_mysql_connector_java_5_1_482.xml

Lines changed: 0 additions & 13 deletions
This file was deleted.

.idea/libraries/Maven__mysql_mysql_connector_java_5_1_48.xml renamed to .idea/libraries/Maven__mysql_mysql_connector_java_8_0_22.xml

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/workspace.xml

Lines changed: 56 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

Lines changed: 10 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
11
# SecExample
22

3-
包含:
4-
5-
* SQL 注入漏洞
6-
* XSS 漏洞
7-
* SSRF 漏洞
8-
* RCE 漏洞
9-
* Fastjson反序列化漏洞
3+
| 漏洞名称 | 难度 |
4+
| ---------------------- | ---- |
5+
| [SQL 注入漏洞] | 🌟🌟🌟 |
6+
| [XSS 漏洞] | 🌟 |
7+
| [SSRF 漏洞] | 🌟🌟 |
8+
| [CORS 漏洞] | 🌟🌟🌟 |
9+
| [RCE 漏洞] | 🌟🌟🌟 |
10+
| [Fastjson反序列化漏洞] | 🌟🌟🌟🌟 |
1011

1112
### 使用说明
13+
1214
```git
1315
git clone https://github.com/tangxiaofeng7/SecExample.git
1416
cd SecExample
@@ -17,35 +19,8 @@ docker-compose up -d
1719

1820
然后访问:http://localhost:8080
1921

20-
### 安装docker-compose
21-
22-
- 安装 docker-compose [官方文档](https://docs.docker.com/compose/install/)
23-
- ```shell script
24-
# 在Linux安装
25-
# 1.1 运行此命令以下载Docker Compose的当前稳定版本
26-
sudo curl -L "https://github.com/docker/compose/releases/download/1.26.2/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose
27-
# 1.2 将可执行权限应用于二进制文件
28-
sudo chmod +x /usr/local/bin/docker-compose
29-
```
30-
- ```shell script
31-
# 使用Python的pip安装
32-
pip3 install docker-compose -i https://pypi.tuna.tsinghua.edu.cn/simple
33-
```
34-
- 使用 Docker Desktop
35-
- Windows: https://hub.docker.com/editions/community/docker-ce-desktop-windows
36-
- Mac: https://hub.docker.com/editions/community/docker-ce-desktop-mac/
3722

3823
### 靶场展示
3924

4025
#### 首页
41-
![img.png](images/img.png)
42-
#### SQL 注入漏洞
43-
![img.png](images/sql.png)
44-
#### XSS 漏洞
45-
![img.png](images/xss.png)
46-
#### SSRF 漏洞
47-
![img_1.png](images/ssrf.png)
48-
#### RCE 漏洞
49-
![img_2.png](images/rce.png)
50-
#### Fastjson反序列化漏洞
51-
![img_3.png](images/fastjson.png)
26+
![index.png](images/index.png)

images/fastjson.png

-25.3 KB
Binary file not shown.

images/img.png

-37.7 KB
Binary file not shown.

images/index.png

181 KB
Loading

images/rce.png

-28.5 KB
Binary file not shown.

images/sql.png

-37 KB
Binary file not shown.

images/ssrf.png

-28.7 KB
Binary file not shown.

0 commit comments

Comments
 (0)