mirror of
https://github.com/Ed1s0nZ/CyberStrikeAI.git
synced 2026-06-02 04:21:41 +02:00
38 lines
765 B
YAML
38 lines
765 B
YAML
name: "dotdotpwn"
|
|
command: "dotdotpwn"
|
|
enabled: true
|
|
|
|
short_description: "目录遍历漏洞测试工具"
|
|
|
|
description: |
|
|
DotDotPwn是一个目录遍历漏洞测试工具,支持多种协议。
|
|
|
|
**主要功能:**
|
|
- 目录遍历测试
|
|
- 多种协议支持(HTTP, FTP, TFTP等)
|
|
- 自动化测试
|
|
- 报告生成
|
|
|
|
**使用场景:**
|
|
- 目录遍历漏洞测试
|
|
- Web应用安全测试
|
|
- 渗透测试
|
|
- 漏洞验证
|
|
|
|
parameters:
|
|
- name: "target"
|
|
type: "string"
|
|
description: "目标主机名或IP"
|
|
required: true
|
|
flag: "-m"
|
|
format: "flag"
|
|
|
|
- name: "module"
|
|
type: "string"
|
|
description: "要使用的模块(http, ftp, tftp等)"
|
|
required: false
|
|
flag: "-m"
|
|
format: "flag"
|
|
default: "http"
|
|
|