Files
CyberStrikeAI/tools/cloudmapper.yaml
2025-11-08 22:57:03 +08:00

44 lines
893 B
YAML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
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"
- name: "account"
type: "string"
description: "要分析的AWS账户"
required: false
flag: "--account"
format: "flag"
- name: "config"
type: "string"
description: "配置文件路径"
required: false
flag: "--config"
format: "flag"
default: "config.json"