Add files via upload

This commit is contained in:
公明
2025-11-21 23:20:41 +08:00
committed by GitHub
parent c6fbd12447
commit 832dbb2cd4
79 changed files with 1396 additions and 1424 deletions
+5 -10
View File
@@ -1,24 +1,21 @@
name: "fierce"
command: "fierce"
enabled: true
short_description: "DNS侦察工具"
description: |
Fierce是一个DNS侦察工具,用于发现目标域名的子域名。
**主要功能:**
- 子域名发现
- DNS暴力破解
- 区域传输测试
- 网络映射
**使用场景:**
- DNS侦察
- 子域名枚举
- 网络映射
- 渗透测试
parameters:
- name: "domain"
type: "string"
@@ -26,25 +23,23 @@ parameters:
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"
format: "positional"