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

38 lines
765 B
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: "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"