mirror of
https://github.com/Ed1s0nZ/CyberStrikeAI.git
synced 2026-07-10 06:18:37 +02:00
Add files via upload
This commit is contained in:
+3
-9
@@ -1,25 +1,22 @@
|
||||
name: "ffuf"
|
||||
command: "ffuf"
|
||||
enabled: true
|
||||
|
||||
short_description: "快速Web模糊测试工具,用于目录、参数和内容发现"
|
||||
|
||||
description: |
|
||||
FFuf是一个快速的Web模糊测试工具,用于目录发现、参数模糊测试和内容发现。
|
||||
|
||||
|
||||
**主要功能:**
|
||||
- 快速目录和文件发现
|
||||
- 参数模糊测试
|
||||
- 虚拟主机发现
|
||||
- 自定义过滤器和匹配器
|
||||
- 多线程支持
|
||||
|
||||
|
||||
**使用场景:**
|
||||
- Web应用安全测试
|
||||
- 目录枚举
|
||||
- 参数发现
|
||||
- 内容发现
|
||||
|
||||
parameters:
|
||||
- name: "url"
|
||||
type: "string"
|
||||
@@ -27,7 +24,6 @@ parameters:
|
||||
required: true
|
||||
flag: "-u"
|
||||
format: "flag"
|
||||
|
||||
- name: "wordlist"
|
||||
type: "string"
|
||||
description: "字典文件路径"
|
||||
@@ -35,7 +31,6 @@ parameters:
|
||||
default: "/usr/share/wordlists/dirb/common.txt"
|
||||
flag: "-w"
|
||||
format: "flag"
|
||||
|
||||
- name: "match_codes"
|
||||
type: "string"
|
||||
description: "匹配的HTTP状态码(逗号分隔)"
|
||||
@@ -43,9 +38,8 @@ parameters:
|
||||
default: "200,204,301,302,307,401,403"
|
||||
flag: "-mc"
|
||||
format: "flag"
|
||||
|
||||
- name: "additional_args"
|
||||
type: "string"
|
||||
description: "额外的FFuf参数"
|
||||
required: false
|
||||
|
||||
format: "positional"
|
||||
|
||||
Reference in New Issue
Block a user