mirror of
https://github.com/Ed1s0nZ/CyberStrikeAI.git
synced 2026-04-01 16:50:47 +02:00
30 lines
578 B
YAML
30 lines
578 B
YAML
name: "checksec"
|
|
command: "checksec"
|
|
enabled: true
|
|
|
|
short_description: "二进制安全特性检查工具"
|
|
|
|
description: |
|
|
Checksec是一个用于检查二进制文件安全特性的工具。
|
|
|
|
**主要功能:**
|
|
- 安全特性检查
|
|
- 保护机制检测
|
|
- 多种架构支持
|
|
- 详细报告
|
|
|
|
**使用场景:**
|
|
- 二进制安全分析
|
|
- 保护机制检查
|
|
- 漏洞研究
|
|
- 安全评估
|
|
|
|
parameters:
|
|
- name: "binary"
|
|
type: "string"
|
|
description: "要检查的二进制文件路径"
|
|
required: true
|
|
position: 0
|
|
format: "positional"
|
|
|