Skip to content
KitploitKITPLOIT
工具博客
提交
工具博客
提交

黑客、渗透测试和网络安全工具,武装您的安全武器库!

Kitploit 是一个黑客、网络安全和渗透测试工具的目录。发现最新的项目更新,查找漏洞、分析系统、自动化测试并加强你的安全。

··订阅源·联系·隐私·© 2026 Kitploit

工具目录

分类

查看所有分类
Loading categories
dotdotslash — 搜索目录遍历漏洞 | Kitploit
工具/GitHubGitHub/jcesarstef/dotdotslash
漏洞分析Web应用程序漏洞利用Web安全渗透测试
GitHubjcesarstef/dotdotslash

dotdotslash

搜索目录遍历漏洞

查看仓库
4626937年前Kitploit 审核通过

最受欢迎

查看全部 →

发现我们社区最常用的工具。

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享

dotdotslash

一个帮助您搜索目录遍历漏洞的工具

基准测试

我用来验证工具效率的测试平台:

  • DVWA(低/中/高)
  • bWAPP(低/中/高)

截图

截图

截图

截图

安装

您可以通过克隆此仓库来下载最新版本

root@kitploit:~
git clone https://github.com/jcesarstef/dotdotslash/

此工具适用于 Python3

使用方法

root@kitploit:~
> python3 dotdotslash.py --help
usage: dotdotslash.py [-h] --url URL --string STRING [--cookie COOKIE]
                      [--depth DEPTH] [--verbose]

dot dot slash - A automated Path Traversal Tester. Created by @jcesrstef.

optional arguments:
  -h, --help            show this help message and exit
  --url URL, -u URL     Url to attack.
  --string STRING, -s STRING
                        String in --url to attack. Ex: document.pdf
  --cookie COOKIE, -c COOKIE
                        Document cookie.
  --depth DEPTH, -d DEPTH
                        How deep we will go?
  --verbose, -v         Show requests

示例:

root@kitploit:~
python3 dotdotslash.py \
--url "http://192.168.58.101/bWAPP/directory_traversal_1.php?page=a.txt" \
--string "a.txt" \
--cookie "PHPSESSID=089b49151627773d699c277c769d67cb; security_level=3"

欢迎反馈

  • 我的 Twitter:https://twitter.com/jcesarstef
  • 我的 Linkedin:https://www.linkedin.com/in/jcesarstef
  • 我的博客(目前仅葡萄牙语(巴西)):http://www.inseguro.com.br
下载工具