mirror of
https://github.com/ReaJason/MemShellParty.git
synced 2026-09-21 22:50:42 +08:00
feat: support tomcat agent shell (resolved #12)
This commit is contained in:
Executable
+2
@@ -0,0 +1,2 @@
|
||||
#!/bin/bash
|
||||
ps -ef | grep Bootstrap | grep -v grep | awk '{print $2}' | tr -d '\n'
|
||||
Reference in New Issue
Block a user