mirror of
https://github.com/Ed1s0nZ/CyberStrikeAI.git
synced 2026-04-21 18:26:38 +02:00
52 lines
1.2 KiB
YAML
52 lines
1.2 KiB
YAML
name: "dnsenum"
|
|
command: "dnsenum"
|
|
enabled: true
|
|
short_description: "DNS枚举工具"
|
|
description: |
|
|
DNSenum是一个DNS信息收集工具,用于枚举DNS信息。
|
|
|
|
**主要功能:**
|
|
- DNS信息收集
|
|
- 子域名枚举
|
|
- 区域传输测试
|
|
- 反向查找
|
|
|
|
**使用场景:**
|
|
- DNS枚举
|
|
- 子域名发现
|
|
- 网络侦察
|
|
- 渗透测试
|
|
parameters:
|
|
- name: "domain"
|
|
type: "string"
|
|
description: "目标域名"
|
|
required: true
|
|
position: 0
|
|
format: "positional"
|
|
- name: "dns_server"
|
|
type: "string"
|
|
description: "要使用的DNS服务器"
|
|
required: false
|
|
flag: "-n"
|
|
format: "flag"
|
|
- name: "wordlist"
|
|
type: "string"
|
|
description: "用于暴力破解的字典文件"
|
|
required: false
|
|
flag: "-f"
|
|
format: "flag"
|
|
- name: "additional_args"
|
|
type: "string"
|
|
description: |
|
|
额外的dnsenum参数。用于传递未在参数列表中定义的dnsenum选项。
|
|
|
|
**示例值:**
|
|
- 根据工具特性添加常用参数示例
|
|
|
|
**注意事项:**
|
|
- 多个参数用空格分隔
|
|
- 确保参数格式正确,避免命令注入
|
|
- 此参数会直接追加到命令末尾
|
|
required: false
|
|
format: "positional"
|