Skip to content

Commit 9aadb71

Browse files
committed
add vulns_images
1 parent 9135f56 commit 9aadb71

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

README-zh.md

+4
Original file line numberDiff line numberDiff line change
@@ -314,6 +314,10 @@ optional arguments:
314314
### 3.5 漏洞环境镜像
315315
受用户网络环境、ubuntu版本、Docker版本的影响,通过自动化脚本一键安装漏洞环境偶尔还是会失败,因此我们首次提供漏洞环境镜像。
316316

317+
执行以下命令build 漏洞环境镜像
318+
```bash
319+
sudo docker build -t vuln-docker-24.0.7 -f vuln-docker-24.0.7 .
320+
```
317321
执行以下命令运行目标漏洞环境镜像:
318322

319323
```bash

README.md

+5
Original file line numberDiff line numberDiff line change
@@ -293,6 +293,11 @@ Note:
293293
### 3.5 Vulnerability environment image
294294
Depending on the user's network environment, ubuntu version, and Docker version, one-click installation of the vulnerability environment through automated scripts still occasionally fails, so we provide the vulnerability environment image for the first time.
295295

296+
Run the following command to build the target vulnerability environment image:
297+
```bash
298+
sudo docker build -t vuln-docker-24.0.7 -f vuln-docker-24.0.7 .
299+
```
300+
296301
Run the following command to run the target vulnerability environment image:
297302

298303
```bash

0 commit comments

Comments
 (0)