list_java_processes
Lists all running Java processes on local or remote systems to identify targets for memory shell detection and security scanning.
Instructions
执行 memory-shell-detector-cli.jar 列出系统中所有运行的 Java 进程
底层命令: java -jar memory-shell-detector-cli.jar -l
此工具通过调用内存马检测器的 CLI jar 包,扫描系统中所有 Java 进程, 返回进程 PID、进程名称等信息,用于后续选择目标进程进行内存马扫描。
Args: tools_dir: 检测工具 jar 包所在目录 use_ssh: 是否通过 SSH 在远程服务器执行 ssh_host/ssh_username/ssh_password/ssh_key_path/ssh_port: SSH 连接参数
Returns: processes: Java 进程列表信息
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tools_dir | No | ||
| use_ssh | No | ||
| ssh_host | No | ||
| ssh_username | No | ||
| ssh_password | No | ||
| ssh_key_path | No | ||
| ssh_port | No |