Files
CyberStrikeAI/tools/dirsearch.yaml
2025-11-08 22:57:03 +08:00

61 lines
1.1 KiB
YAML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
name: "dirsearch"
command: "dirsearch"
enabled: true
short_description: "高级目录和文件发现工具"
description: |
Dirsearch是一个高级Web内容扫描器用于发现目录和文件。
**主要功能:**
- 快速目录和文件发现
- 多线程支持
- 递归扫描
- 扩展名过滤
**使用场景:**
- Web应用安全测试
- 目录枚举
- 文件发现
- 渗透测试
parameters:
- name: "url"
type: "string"
description: "目标URL"
required: true
flag: "-u"
format: "flag"
- name: "extensions"
type: "string"
description: "文件扩展名(逗号分隔)"
required: false
flag: "-e"
format: "flag"
default: "php,html,js,txt,xml,json"
- name: "wordlist"
type: "string"
description: "字典文件路径"
required: false
flag: "-w"
format: "flag"
- name: "threads"
type: "int"
description: "线程数"
required: false
flag: "-t"
format: "flag"
default: 30
- name: "recursive"
type: "bool"
description: "启用递归扫描"
required: false
flag: "-r"
format: "flag"
default: false