🎉VulnRange

This commit is contained in:
wintrysec
2020-09-21 23:19:59 +08:00
parent ddd435d253
commit 173dbc4ab5
443 changed files with 31256 additions and 2 deletions

View File

@@ -0,0 +1,10 @@
FROM vulhub/tomcat:8.5
MAINTAINER phithon <root@leavesongs.com>
RUN set -ex \
&& rm -rf /usr/local/tomcat/webapps/* \
&& chmod a+x /usr/local/tomcat/bin/*.sh
ADD https://cdn.vulhub.org/struts2/s2-016/ROOT.war /usr/local/tomcat/webapps/ROOT.war
EXPOSE 8080

View File

@@ -0,0 +1,7 @@
version: '3'
services:
struts2:
build: .
container_name: s2-016
ports:
- "8080"

View File

@@ -0,0 +1,7 @@
version: '3'
services:
struts2:
image: vulhub/struts2:2.3.30
container_name: s2-045
ports:
- "8080"

View File

@@ -0,0 +1,7 @@
version: '3'
services:
struts2:
image: vulhub/struts2:2.3.30
container_name: s2-046
ports:
- "8080"

View File

@@ -0,0 +1,7 @@
version: '3'
services:
struts2:
image: vulhub/struts2:2.5.16
container_name: s2-059
ports:
- "8080"