mirror of
https://github.com/Ed1s0nZ/CyberStrikeAI.git
synced 2026-04-21 10:16:32 +02:00
46 lines
1.1 KiB
YAML
46 lines
1.1 KiB
YAML
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"
|
|
- name: "additional_args"
|
|
type: "string"
|
|
description: |
|
|
额外的fierce参数。用于传递未在参数列表中定义的fierce选项。
|
|
|
|
**示例值:**
|
|
- 根据工具特性添加常用参数示例
|
|
|
|
**注意事项:**
|
|
- 多个参数用空格分隔
|
|
- 确保参数格式正确,避免命令注入
|
|
- 此参数会直接追加到命令末尾
|
|
required: false
|
|
format: "positional"
|