mirror of
https://github.com/ReaJason/MemShellParty.git
synced 2026-09-25 00:11:52 +08:00
test: add some cve docker-compose
This commit is contained in:
@@ -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