mirror of
https://github.com/ReaJason/MemShellParty.git
synced 2026-09-21 22:50:42 +08:00
test: add some cve docker-compose
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
services:
|
||||
web:
|
||||
image: vulhub/nacos:1.4.0
|
||||
ports:
|
||||
- "8848:8848"
|
||||
- "5005:5005"
|
||||
@@ -0,0 +1,6 @@
|
||||
services:
|
||||
geoserver:
|
||||
image: vulhub/geoserver:2.23.2
|
||||
ports:
|
||||
- "8080:8080"
|
||||
- "5005:5005"
|
||||
@@ -0,0 +1,10 @@
|
||||
services:
|
||||
struts2:
|
||||
image: vulhub/struts2:2.3.30
|
||||
environment:
|
||||
JAVA_TOOL_OPTIONS: -agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=5005 -javaagent:/opt/cloudrasp-latest/cloudrasp/sophon.jar
|
||||
volumes:
|
||||
- /Users/reajason/IdeaProjects/sophon-rasp/release/cloudrasp-latest:/opt/cloudrasp-latest
|
||||
ports:
|
||||
- "8080:8080"
|
||||
- "5005:5005"
|
||||
@@ -0,0 +1,10 @@
|
||||
services:
|
||||
struts2:
|
||||
image: vulhub/struts2:2.3.32-showcase
|
||||
environment:
|
||||
JAVA_TOOL_OPTIONS: -agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=5005 -javaagent:/opt/cloudrasp-latest/cloudrasp/sophon.jar
|
||||
volumes:
|
||||
- /Users/reajason/IdeaProjects/sophon-rasp/release/cloudrasp-latest:/opt/cloudrasp-latest
|
||||
ports:
|
||||
- "8080:8080"
|
||||
- "5005:5005"
|
||||
Reference in New Issue
Block a user