detect_shell
Identify software shell packaging by running probe detection and returning JSON fingerprint data for analysis and verification purposes.
Instructions
【套壳鉴定】执行套壳探针检测,返回 JSON 指纹
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| nonce | No | 可选的随机字符串用于哈希校验,默认为 iclaude-4.5|2025-10-25|guyu|boot | |
| skip_network | No | 是否跳过网络探测(默认 false) |
Input Schema (JSON Schema)
{
"properties": {
"nonce": {
"description": "可选的随机字符串用于哈希校验,默认为 iclaude-4.5|2025-10-25|guyu|boot",
"type": "string"
},
"skip_network": {
"description": "是否跳过网络探测(默认 false)",
"type": "boolean"
}
},
"required": [],
"type": "object"
}