mirror of
https://github.com/ReaJason/MemShellParty.git
synced 2026-09-21 22:50:42 +08:00
feat: support springwebmvc agent shell
1. hook point is org.springframework.web.servlet.FrameworkServlet.service
This commit is contained in:
Executable
+2
@@ -0,0 +1,2 @@
|
||||
#!/bin/bash
|
||||
jps | grep -E "jar" | awk '{print $1}' | tr -d '\n'
|
||||
Reference in New Issue
Block a user