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

37 lines
664 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: "fierce"
command: "fierce"
enabled: true
short_description: "DNS侦察工具"
description: |
Fierce是一个DNS侦察工具用于发现目标域名的子域名。
**主要功能:**
- 子域名发现
- DNS暴力破解
- 区域传输测试
- 网络映射
**使用场景:**
- DNS侦察
- 子域名枚举
- 网络映射
- 渗透测试
parameters:
- name: "domain"
type: "string"
description: "目标域名"
required: true
flag: "-dns"
format: "flag"
- name: "dns_server"
type: "string"
description: "要使用的DNS服务器"
required: false
flag: "-dnsserver"
format: "flag"