Skip to content

Commit

Permalink
add vulns_images
Browse files Browse the repository at this point in the history
  • Loading branch information
Lvzhizheng committed Oct 31, 2024
1 parent 9135f56 commit 9aadb71
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README-zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -314,6 +314,10 @@ optional arguments:
### 3.5 漏洞环境镜像
受用户网络环境、ubuntu版本、Docker版本的影响,通过自动化脚本一键安装漏洞环境偶尔还是会失败,因此我们首次提供漏洞环境镜像。

执行以下命令build 漏洞环境镜像
```bash
sudo docker build -t vuln-docker-24.0.7 -f vuln-docker-24.0.7 .
```
执行以下命令运行目标漏洞环境镜像:

```bash
Expand Down
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -293,6 +293,11 @@ Note:
### 3.5 Vulnerability environment image
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.

Run the following command to build the target vulnerability environment image:
```bash
sudo docker build -t vuln-docker-24.0.7 -f vuln-docker-24.0.7 .
```

Run the following command to run the target vulnerability environment image:

```bash
Expand Down

0 comments on commit 9aadb71

Please sign in to comment.