feat: support tomcat suo5 shell

This commit is contained in:
ReaJason
2025-02-15 13:50:04 +08:00
parent ce0159d8f4
commit 98f44cad3b
36 changed files with 2749 additions and 108 deletions
@@ -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