Files
CyberStrikeAI/tools/dotdotpwn.yaml
2025-11-21 23:18:21 +08:00

47 lines
1.2 KiB
YAML
Raw Permalink 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: "-h"
format: "flag"
- name: "module"
type: "string"
description: "要使用的模块http, ftp, tftp等"
required: false
flag: "-m"
format: "flag"
default: "http"
- name: "additional_args"
type: "string"
description: |
额外的dotdotpwn参数。用于传递未在参数列表中定义的dotdotpwn选项。
**示例值:**
- 根据工具特性添加常用参数示例
**注意事项:**
- 多个参数用空格分隔
- 确保参数格式正确,避免命令注入
- 此参数会直接追加到命令末尾
required: false
format: "positional"