mirror of
https://github.com/ReaJason/MemShellParty.git
synced 2026-09-22 07:00:43 +08:00
1. hook point is org.eclipse.jetty.servlet.ServletHandler.doHandle 2. it doesn't support jetty6, org.mortbay.jetty.servlet.ServletHandler#handle, because ldc visit cannot support java1.4
2 lines
85 B
Bash
Executable File
2 lines
85 B
Bash
Executable File
#!/bin/bash
|
|
ps -ef | grep "jetty.home" | grep -v grep | awk '{print $2}' | tr -d '\n' |