Files
MemShellParty/integration-test/script/springboot_pid.sh
T
ReaJason 113b174837 feat: support springwebmvc agent shell
1. hook point is org.springframework.web.servlet.FrameworkServlet.service
2025-01-18 18:28:46 +08:00

2 lines
63 B
Bash
Executable File

#!/bin/bash
jps | grep -E "jar" | awk '{print $1}' | tr -d '\n'