mirror of
https://github.com/Ed1s0nZ/CyberStrikeAI.git
synced 2026-07-09 14:08:25 +02:00
Add files via upload
This commit is contained in:
+5
-11
@@ -1,24 +1,21 @@
|
||||
name: "foremost"
|
||||
command: "foremost"
|
||||
enabled: true
|
||||
|
||||
short_description: "文件恢复工具"
|
||||
|
||||
description: |
|
||||
Foremost是一个基于文件头和尾的文件恢复工具。
|
||||
|
||||
|
||||
**主要功能:**
|
||||
- 文件恢复
|
||||
- 多种文件类型支持
|
||||
- 磁盘镜像分析
|
||||
- 数据恢复
|
||||
|
||||
|
||||
**使用场景:**
|
||||
- 数据恢复
|
||||
- 取证分析
|
||||
- 文件提取
|
||||
- 磁盘分析
|
||||
|
||||
parameters:
|
||||
- name: "input_file"
|
||||
type: "string"
|
||||
@@ -26,7 +23,6 @@ parameters:
|
||||
required: true
|
||||
flag: "-i"
|
||||
format: "flag"
|
||||
|
||||
- name: "output_dir"
|
||||
type: "string"
|
||||
description: "输出目录"
|
||||
@@ -34,25 +30,23 @@ parameters:
|
||||
flag: "-o"
|
||||
format: "flag"
|
||||
default: "/tmp/foremost_output"
|
||||
|
||||
- name: "file_types"
|
||||
type: "string"
|
||||
description: "要恢复的文件类型(jpg,gif,png等)"
|
||||
required: false
|
||||
flag: "-t"
|
||||
format: "flag"
|
||||
|
||||
- name: "additional_args"
|
||||
type: "string"
|
||||
description: |
|
||||
额外的foremost参数。用于传递未在参数列表中定义的foremost选项。
|
||||
|
||||
|
||||
**示例值:**
|
||||
- 根据工具特性添加常用参数示例
|
||||
|
||||
|
||||
**注意事项:**
|
||||
- 多个参数用空格分隔
|
||||
- 确保参数格式正确,避免命令注入
|
||||
- 此参数会直接追加到命令末尾
|
||||
required: false
|
||||
format: "positional"
|
||||
format: "positional"
|
||||
|
||||
Reference in New Issue
Block a user