8000 GitHub - whgojp/DumpAll-Go: 一款信息泄漏利用工具,适用于.git/.svn/.DS_Store泄漏和目录列出(dumpall Golang重构版)
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

一款信息泄漏利用工具,适用于.git/.svn/.DS_Store泄漏和目录列出(dumpall Golang重构版)

License

Notifications You must be signed in to change notification settings

whgojp/DumpAll-Go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DumpAll-Go

Go Version License

English | 简体中文

📖 简介

DumpAll-Go 是一个基于 DumpAll 的 Go 语言重构版本,用于自动化收集和提取网站敏感信息。本项目在保持原有功能的基础上,进行了全面的优化和改进。

✨ 主要特性

  • 🚀 高性能:基于 Go 语言开发,运行效率更高
  • 🌍 跨平台:支持 Windows、Linux、macOS 等主流操作系统
  • 🎯 智能识别:自动识别多种信息泄露类型
  • 📦 开箱即用:无需复杂的环境配置
  • 🔄 并发处理:支持批量扫描多个目标
  • 🛡️ 稳定可靠:更强的容错能力和稳定性

🎯 适用场景

  • .git 源代码泄露
  • .svn 源代码泄露
  • .DS_Store 信息泄露
  • 目录列表泄露

🚀 快速开始

安装

方法一:直接下载二进制文件

Releases 页面下载对应平台的二进制文件:

  • Windows: dumpall-go-windows-amd64.exedumpall-go-windows-386.exe
  • Linux: dumpall-go-linux-amd64dumpall-go-linux-386dumpall-go-linux-arm64
  • macOS: dumpall-go-darwin-amd64dumpall-go-darwin-arm64

方法二:从源码编译

# 克隆仓库
git clone https://github.com/whgojp/DumpAll-Go.git

# 进入项目目录
cd DumpAll-Go

# 安装依赖
make deps

# 编译所有平台版本
make all

# 或只编译当前平台版本
make build

# 或单独编译特定平台
make build-windows  # 编译 Windows 版本
make build-linux    # 编译 Linux 版本
make build-darwin   # 编译 macOS 版本

编译后的文件将位于 build 目录下。

使用方法

Usage:
  dumpall-go [flags]

Flags:
  -u, --url string      目标URL
  -f, --file string     包含URL列表的文件
  -o, --outdir string   输出目录 (default "output")
  -p, --proxy string    代理服务器 (例如: http://127.0.0.1:8080)
  -w, --workers int     并发工作线程数 (default 10)
  -h, --help           查看帮助信息
  1. 扫描单个目标:
./dumpall-go -u http://example.com/

单个目标扫描

  1. 批量扫描:
./dumpall-go -f target.txt

批量扫描

🤝 贡献指南

欢迎各种形式的贡献,包括但不限于:

  • 提交问题和建议
  • 改进文档
  • 提交代码修复或新功能

📄 开源许可

When we speak of free software, we are referring to freedom, not price.

本项目采用 Apache License 2.0 开源许可证。

🙏 致谢

  • 感谢原项目 DumpAll 的启发
  • 感谢所有贡献者的支持

About

一款信息泄漏利用工具,适用于.git/.svn/.DS_Store泄漏和目录列出(dumpall Golang重构版)

Resources

License

Stars

Watchers

Forks

Packages

No packages published
0