freeBuf
主站

分类

漏洞 工具 极客 Web安全 系统安全 网络安全 无线安全 设备/客户端安全 数据安全 安全管理 企业安全 工控安全

特色

头条 人物志 活动 视频 观点 招聘 报告 资讯 区块链安全 标准与合规 容器安全 公开课

官方公众号企业安全新浪微博

FreeBuf.COM网络安全行业门户,每日发布专业的安全资讯、技术剖析。

FreeBuf+小程序

FreeBuf+小程序

如何使用dotdotslash检测目录遍历漏洞
2023-04-20 14:32:41
所属地 广西


关于dotdotslash

dotdotslash是一款功能强大的目录遍历漏洞检测工具,在该工具的帮助下,广大研究人员可以轻松检测目标应用程序中的目录遍历漏洞。

已测试的平台

当前版本的dotdotslash已在下列平台上进行过测试:

1、DVWA(低/中/高);

2、bWAPP(低/中/高);

工具安装

由于该工具基于Python 3开发,因此我们首先需要在本地设备上安装并配置好Python 3环境。接下来,广大研究人员可以使用下列命令将该项目源码克隆至本地:

git clone https://github.com/jcesarstef/dotdotslash.git

然后切换到项目目录中,使用pip3命令和项目提供的requirements.txt安装该工具所需的依赖组件:

cd dotdotslash

pip3 install requirements.txt

工具使用

工具帮助信息

> 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

工具参数

-h, --help                        显示工具帮助信息和退出

--url URL, -u URL                设置目标url地址

--string STRING, -s STRING       --url中需要测试的字符串,例如document.pdf

--cookie COOKIE, -c COOKIE     设置文档Cookie

--depth DEPTH, -d DEPTH       设置目录遍历深度

--verbose, -v                    开启Verbose模式

工具使用样例

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"

工具运行截图

项目地址

dotdotslash:【GitHub传送门

参考资料

https://twitter.com/jcesarstef

https://www.linkedin.com/in/jcesarstef

http://www.inseguro.com.br/

https://github.com/ethicalhack3r/DVWA

http://www.itsecgames.com/

# web安全 # 目录遍历漏洞 # 目录遍历 # 目录扫描
本文为 独立观点,未经允许不得转载,授权请联系FreeBuf客服小蜜蜂,微信:freebee2022
被以下专辑收录,发现更多精彩内容
+ 收入我的专辑
+ 加入我的收藏
相关推荐
  • 0 文章数
  • 0 关注者
文章目录