Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hbertsch authored Oct 7, 2021
1 parent 2ff3587 commit e5da19f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ Path traversal vulnerability in Apache HTTP Server 2.4.49 (CVE-2021-41773)

### Set up the PoC environment

#### From GitHub Container Registry
#### Option 1: From GitHub Container Registry
```shell
$ docker run --rm -dit -p 8000:80 ghcr.io/hbertsch/cve-2021-41773
```

#### Manual Build
#### Option 2: Manual Build

```shell
$ docker build -t cve-2021-41773 .
Expand Down

0 comments on commit e5da19f

Please sign in to comment.