mirror of
https://github.com/ReaJason/MemShellParty.git
synced 2026-09-22 07:00:43 +08:00
2 lines
100 B
Bash
Executable File
2 lines
100 B
Bash
Executable File
#!/bin/bash
|
|
ps -ef | grep -E 'Main|jboss-modules.jar' | grep -v grep | awk '{print $2}' | tr -d '\n' |