Add files via upload

This commit is contained in:
公明
2025-11-21 23:18:21 +08:00
committed by GitHub
parent d3e48eaf44
commit c6fbd12447
30 changed files with 420 additions and 510 deletions
+6 -11
View File
@@ -1,32 +1,28 @@
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"
flag: "-h"
format: "flag"
- name: "module"
type: "string"
description: "要使用的模块(http, ftp, tftp等)"
@@ -34,18 +30,17 @@ parameters:
flag: "-m"
format: "flag"
default: "http"
- name: "additional_args"
type: "string"
description: |
额外的dotdotpwn参数。用于传递未在参数列表中定义的dotdotpwn选项。
**示例值:**
- 根据工具特性添加常用参数示例
**注意事项:**
- 多个参数用空格分隔
- 确保参数格式正确,避免命令注入
- 此参数会直接追加到命令末尾
required: false
format: "positional"
format: "positional"