mirror of
https://github.com/ReaJason/MemShellParty.git
synced 2026-09-21 22:50:42 +08:00
1. hook point1 is org.apache.catalina.core.ApplicationFilterChain.doFilter 2. hook point2 is org.apache.catalina.core.StandardContextValve.invoke 3. GlassFish use osgi module, cipher class not in web-core, so that should use ContextClassLoader (resolved #23)
2 lines
80 B
Bash
Executable File
2 lines
80 B
Bash
Executable File
#!/bin/bash
|
|
jps | grep -E "ASMain|GlassFishMain" | awk '{print $1}' | tr -d '\n' |