mirror of
https://github.com/ReaJason/MemShellParty.git
synced 2026-09-22 07:00:43 +08:00
feat: support tomcat suo5 shell
This commit is contained in:
@@ -1,10 +1,12 @@
|
||||
services:
|
||||
jetty948:
|
||||
image: jetty:9.4-jre8-slim
|
||||
image: jetty:9.4-jre8
|
||||
ports:
|
||||
- "8080:8080"
|
||||
- "5005:5005"
|
||||
environment:
|
||||
JAVA_TOOL_OPTIONS: -agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=5005
|
||||
volumes:
|
||||
- /Users/reajason/workspace/arthas:/opt/arthas
|
||||
- /Users/reajason/IdeaProjects/MemShellParty/asserts/agent/jattach-linux:/opt/jattach
|
||||
- ../../../vul/vul-webapp/build/libs/vul-webapp.war:/var/lib/jetty/webapps/app.war
|
||||
Reference in New Issue
Block a user