Skip to main content
Glama
RuoJi6

Memory Shell Detector MCP

by RuoJi6

export_report

Generate structured detection reports from Java memory shell scans, including suspicious classes, risk levels, and decompiled source code for analysis.

Instructions

执行 memory-shell-detector-cli.jar 生成内存马检测报告

底层命令: java -jar memory-shell-detector-cli.jar --report <output_file> -p -f

此工具将扫描结果导出为结构化报告,包含:

  • 扫描时间和目标进程信息

  • 检测到的所有可疑类列表

  • 每个可疑类的风险等级和类型判断

  • 反编译的源代码片段

Args: pid: 目标 Java 进程的 PID output_file: 报告输出文件路径 tools_dir: 检测工具 jar 包所在目录 format: 报告格式(json/html/txt) use_ssh: 是否通过 SSH 在远程服务器执行 ssh_host/ssh_username/ssh_password/ssh_key_path/ssh_port: SSH 连接参数

Returns: 导出结果和报告文件路径

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pidYes
output_fileYes
tools_dirNo
formatNojson
use_sshNo
ssh_hostNo
ssh_usernameNo
ssh_passwordNo
ssh_key_pathNo
ssh_portNo

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/RuoJi6/memory-shell-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server