mirror of
https://github.com/Ed1s0nZ/CyberStrikeAI.git
synced 2026-08-14 15:10:20 +02:00
Add files via upload
This commit is contained in:
@@ -1,24 +1,21 @@
|
||||
name: "subfinder"
|
||||
command: "subfinder"
|
||||
enabled: true
|
||||
|
||||
short_description: "被动子域名发现工具,使用多个数据源"
|
||||
|
||||
description: |
|
||||
Subfinder是一个被动子域名发现工具,通过查询多个数据源来发现子域名。
|
||||
|
||||
|
||||
**主要功能:**
|
||||
- 被动子域名发现
|
||||
- 多个数据源集成
|
||||
- 快速扫描
|
||||
- 支持API密钥配置
|
||||
|
||||
|
||||
**使用场景:**
|
||||
- 子域名枚举
|
||||
- 资产发现
|
||||
- Bug bounty侦察
|
||||
- 渗透测试信息收集
|
||||
|
||||
parameters:
|
||||
- name: "domain"
|
||||
type: "string"
|
||||
@@ -26,7 +23,6 @@ parameters:
|
||||
required: true
|
||||
flag: "-d"
|
||||
format: "flag"
|
||||
|
||||
- name: "silent"
|
||||
type: "bool"
|
||||
description: "静默模式"
|
||||
@@ -34,7 +30,6 @@ parameters:
|
||||
default: true
|
||||
flag: "-silent"
|
||||
format: "flag"
|
||||
|
||||
- name: "all_sources"
|
||||
type: "bool"
|
||||
description: "使用所有数据源"
|
||||
@@ -42,9 +37,8 @@ parameters:
|
||||
default: false
|
||||
flag: "-all"
|
||||
format: "flag"
|
||||
|
||||
- name: "additional_args"
|
||||
type: "string"
|
||||
description: "额外的Subfinder参数"
|
||||
required: false
|
||||
|
||||
format: "positional"
|
||||
|
||||
Reference in New Issue
Block a user