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:
+4
-11
@@ -1,24 +1,21 @@
|
||||
name: "gau"
|
||||
command: "gau"
|
||||
enabled: true
|
||||
|
||||
short_description: "从多个数据源获取所有URL"
|
||||
|
||||
description: |
|
||||
Gau (Get All URLs) 从多个数据源获取目标域名的所有URL。
|
||||
|
||||
|
||||
**主要功能:**
|
||||
- 从Wayback Machine获取URL
|
||||
- 从CommonCrawl获取URL
|
||||
- 从OTX获取URL
|
||||
- 从URLScan获取URL
|
||||
|
||||
|
||||
**使用场景:**
|
||||
- URL发现
|
||||
- 历史URL收集
|
||||
- Bug bounty侦察
|
||||
- 安全测试
|
||||
|
||||
parameters:
|
||||
- name: "domain"
|
||||
type: "string"
|
||||
@@ -26,14 +23,12 @@ parameters:
|
||||
required: true
|
||||
position: 0
|
||||
format: "positional"
|
||||
|
||||
- name: "providers"
|
||||
type: "string"
|
||||
description: "数据源(wayback,commoncrawl,otx,urlscan)"
|
||||
required: false
|
||||
flag: "-providers"
|
||||
format: "flag"
|
||||
|
||||
- name: "include_subs"
|
||||
type: "bool"
|
||||
description: "包含子域名"
|
||||
@@ -41,21 +36,19 @@ parameters:
|
||||
flag: "-subs"
|
||||
format: "flag"
|
||||
default: true
|
||||
|
||||
- name: "additional_args"
|
||||
type: "string"
|
||||
description: |
|
||||
额外的Gau参数。用于传递未在参数列表中定义的Gau选项。
|
||||
|
||||
|
||||
**示例值:**
|
||||
- "-o output.txt": 输出到文件
|
||||
- "-t": 线程数
|
||||
- "-b": 黑名单扩展
|
||||
|
||||
|
||||
**注意事项:**
|
||||
- 多个参数用空格分隔
|
||||
- 确保参数格式正确,避免命令注入
|
||||
- 此参数会直接追加到命令末尾
|
||||
required: false
|
||||
format: "positional"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user