Skip to content

Commit

Permalink
fix version
Browse files Browse the repository at this point in the history
  • Loading branch information
phith0n committed Nov 25, 2020
1 parent f3eafaa commit 29b4471
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ghostscript/CVE-2018-16509/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ docker-compose up -d
你也可以使用命令行测试该漏洞:

```
docker run -it --rm --name im -v `pwd`/poc.png:/poc.png vulhub/imagemagick:7.0.8 convert /poc.png /poc.gif
docker run -it --rm --name im -v `pwd`/poc.png:/poc.png vulhub/imagemagick:7.0.8-10 convert /poc.png /poc.gif
```

![](2.png)
Expand Down
4 changes: 2 additions & 2 deletions imagemagick/imagetragick/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM vulhub/imagemagick:6.9.2
FROM vulhub/imagemagick:6.9.2-10

MAINTAINER phithon <root@leavesongs.com>
LABEL maintainer="phithon <root@leavesongs.com>"

RUN sed -i -e "s/Options -Indexes/Options +Indexes/g" $APACHE_CONFDIR/conf-available/docker-php.conf

0 comments on commit 29b4471

Please sign in to comment.