mirror of
https://github.com/Ed1s0nZ/CyberStrikeAI.git
synced 2026-07-09 14:08:25 +02:00
Add files via upload
This commit is contained in:
+5
-10
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user