mirror of
https://github.com/ReaJason/MemShellParty.git
synced 2026-09-21 22:50:42 +08:00
feat: support behinder shell generate
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
services:
|
||||
jboss510:
|
||||
image: reajason/jboss:5-jdk6
|
||||
container_name: jboss510
|
||||
ports:
|
||||
- 8080:8080
|
||||
- 5005:5005
|
||||
environment:
|
||||
JAVA_OPTS: -agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=5005
|
||||
volumes:
|
||||
- ../../../vul-webapp/build/libs/vul-webapp.war:/usr/local/jboss/server/web/deploy/app.war
|
||||
Reference in New Issue
Block a user