Home

Awesome

Dump all: 多种泄漏形式,一种利用方式

<p align="center"> <a href="https://github.com/0xHJK/dumpall"> <img src="https://github.com/0xHJK/dumpall/raw/master/static/dumpall.png" alt="dumpall"> </a> <span>dumpall 是一款信息泄漏/源代码泄漏利用工具</span><br> <p> <p align="center"> <a><img src="https://img.shields.io/pypi/pyversions/dumpall.svg"></a> <a href="https://github.com/0xHJK/dumpall/releases"> <img src="https://img.shields.io/github/v/release/0xHJK/dumpall?include_prereleases"> </a> <a><img src="https://img.shields.io/github/license/0xHJK/dumpall"></a> </p> <p align="center"> <a href="https://github.com/0xHJK/dumpall">https://github.com/0xHJK/dumpall</a> </p> <hr>

⚠️ 警告:本工具仅用于授权测试,不得用于非法用途,否则后果自负!

⚠️ WARNING:FOR LEGAL PURPOSES ONLY!

🤘 Features

适用于以下场景:

TODO:

项目地址:https://github.com/0xHJK/dumpall

在macOS下的Python 3.7中测试通过,建议使用Python 3.7+

🚀 QuickStart

# pip安装
pip install dumpall
# 查看版本
dumpall --version
# 手动下载使用
git clone https://github.com/0xHJK/dumpall
cd dumpall
# 查看版本
python3 dumpall.py --version

💫 Usage

# 下载文件(源代码)
dumpall -u <url> [-o <outdir>]

# 示例
dumpall -u http://example.com/.git/
dumpall -u http://example.com/.svn/
dumpall -u http://example.com/.DS_Store
dumpall -u http://example.com/

帮助

$ dumpall --help
Usage: dumpall.py [OPTIONS]

  信息泄漏利用工具,适用于.git/.svn/.DS_Store,以及目录列出下载

  Example: dumpall -u http://example.com/.git

Options:
  --version          Show the version and exit.
  -u, --url TEXT     指定目标URL,支持.git/.svn/.DS_Store,以及类index页面
  -o, --outdir TEXT  指定下载目录,默认目录名为主机名
  -p, --proxy TEXT   指定代理 scheme://[user:pass@]hostname:port
  -f, --force        强制下载(可能会有蜜罐风险)
  -d, --debug        调试模式
  --help             Show this message and exit.

.git源代码泄漏利用

0xHJK dumpall gitdumper

.svn源代码泄漏利用

0xHJK dumpall svndumper

.DS_Store信息泄漏利用

0xHJK dumpall dsdumper

🙋 FAQ

  1. OSError(24, 'Too many open files'))

手动修改系统打开文件最大数量限制,如 ulimit -n 65535

  1. 旧版本SVN无法利用

先用idxdumper凑合,等有空补充

📜 History

🤝 Contributions

本项目参考或使用了以下项目,在此感谢相关开发者

感谢以下开发者的贡献

如有意愿参与项目开发,请遵循以下规范

📄 License

MIT License

Star History

Star History Chart