Files
CyberStrikeAI/tools/dnsenum.yaml
2025-11-21 23:18:21 +08:00

52 lines
1.2 KiB
YAML
Raw Permalink 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: "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"