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

33 lines
631 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: "metasploit"
command: "msfconsole"
enabled: true
short_description: "Metasploit渗透测试框架"
description: |
Metasploit是一个渗透测试框架提供大量漏洞利用模块和辅助工具。
**主要功能:**
- 漏洞利用
- 载荷生成
- 后渗透模块
- 辅助工具
**使用场景:**
- 渗透测试
- 漏洞利用
- 安全测试
- 安全研究
parameters:
- name: "module"
type: "string"
description: "要使用的Metasploit模块"
required: true
- name: "options"
type: "string"
description: "模块选项JSON格式"
required: false