mirror of
https://github.com/Ed1s0nZ/CyberStrikeAI.git
synced 2026-08-13 14:40:27 +02:00
Add files via upload
This commit is contained in:
+5
-10
@@ -1,24 +1,21 @@
|
||||
name: "binwalk"
|
||||
command: "binwalk"
|
||||
enabled: true
|
||||
|
||||
short_description: "固件和文件分析工具"
|
||||
|
||||
description: |
|
||||
Binwalk是一个固件分析工具,用于分析、提取和逆向工程固件镜像。
|
||||
|
||||
|
||||
**主要功能:**
|
||||
- 文件签名识别
|
||||
- 文件提取
|
||||
- 熵分析
|
||||
- 固件分析
|
||||
|
||||
|
||||
**使用场景:**
|
||||
- 固件分析
|
||||
- 文件格式识别
|
||||
- 数据提取
|
||||
- 逆向工程
|
||||
|
||||
parameters:
|
||||
- name: "file_path"
|
||||
type: "string"
|
||||
@@ -26,7 +23,6 @@ parameters:
|
||||
required: true
|
||||
position: 0
|
||||
format: "positional"
|
||||
|
||||
- name: "extract"
|
||||
type: "bool"
|
||||
description: "提取发现的文件"
|
||||
@@ -34,18 +30,17 @@ parameters:
|
||||
flag: "-e"
|
||||
format: "flag"
|
||||
default: false
|
||||
|
||||
- name: "additional_args"
|
||||
type: "string"
|
||||
description: |
|
||||
额外的binwalk参数。用于传递未在参数列表中定义的binwalk选项。
|
||||
|
||||
|
||||
**示例值:**
|
||||
- 根据工具特性添加常用参数示例
|
||||
|
||||
|
||||
**注意事项:**
|
||||
- 多个参数用空格分隔
|
||||
- 确保参数格式正确,避免命令注入
|
||||
- 此参数会直接追加到命令末尾
|
||||
required: false
|
||||
format: "positional"
|
||||
format: "positional"
|
||||
|
||||
Reference in New Issue
Block a user