Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/r35tart/RedisDirScan
此脚本用于测试 Rdies 未授权访问,在没权限写ssh私钥和定时任务又不知道web绝对路径的情况下,进行WEB目录探测
https://github.com/r35tart/RedisDirScan
Last synced: 3 months ago
JSON representation
此脚本用于测试 Rdies 未授权访问,在没权限写ssh私钥和定时任务又不知道web绝对路径的情况下,进行WEB目录探测
- Host: GitHub
- URL: https://github.com/r35tart/RedisDirScan
- Owner: r35tart
- Created: 2019-05-03T17:46:38.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-05-03T18:20:08.000Z (over 5 years ago)
- Last Synced: 2024-05-13T20:34:02.296Z (6 months ago)
- Language: Python
- Size: 56.6 KB
- Stars: 72
- Watchers: 1
- Forks: 16
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-hacking-lists - r35tart/RedisDirScan - 此脚本用于测试 Rdies 未授权访问,在没权限写ssh私钥和定时任务又不知道web绝对路径的情况下,进行WEB目录探测 (Python)
README
# RedisDirScan
此脚本用于测试 Rdies 未授权访问,在没权限写ssh私钥和定时任务又不知道web绝对路径的情况下,进行WEB目录探测Python >= 3.x
需要安装 redis 库
\>pip install redis
替换 E:\\dirs.txt 为自己的字典,注意字符编码 报错很大几率是因为编码问题
rootPath 为开始爆破的根路径
### PS:此脚本是用来代替手动猜目录的,有没有用,还是靠字典!!!
![file](https://raw.githubusercontent.com/r35tart/RedisDirScan/master/redisDirScan.png)