Add files via upload

This commit is contained in:
公明
2025-11-21 23:18:21 +08:00
committed by GitHub
parent d3e48eaf44
commit c6fbd12447
30 changed files with 420 additions and 510 deletions
+7 -11
View File
@@ -1,38 +1,35 @@
name: "cloudmapper"
command: "cloudmapper"
enabled: true
short_description: "AWS网络可视化和安全分析工具"
description: |
CloudMapper是一个AWS网络可视化和安全分析工具。
**主要功能:**
- AWS网络可视化
- 安全分析
- 网络映射
- 管理员查找
**使用场景:**
- AWS网络分析
- 安全评估
- 网络可视化
- 安全审计
parameters:
- name: "action"
type: "string"
description: "要执行的操作(collect, prepare, webserver, find_admins等)"
required: false
default: "collect"
position: 0
format: "positional"
- name: "account"
type: "string"
description: "要分析的AWS账户"
required: false
flag: "--account"
format: "flag"
- name: "config"
type: "string"
description: "配置文件路径"
@@ -40,18 +37,17 @@ parameters:
flag: "--config"
format: "flag"
default: "config.json"
- name: "additional_args"
type: "string"
description: |
额外的cloudmapper参数。用于传递未在参数列表中定义的cloudmapper选项。
**示例值:**
- 根据工具特性添加常用参数示例
**注意事项:**
- 多个参数用空格分隔
- 确保参数格式正确,避免命令注入
- 此参数会直接追加到命令末尾
required: false
format: "positional"
format: "positional"