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

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

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

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

工具目录

分类

查看所有分类
Loading categories
walletool — Extracts cryptocurrency private keys and addresses from wallet.dat files for Bitcoin and Litecoin, enabling wallet recovery and forensic analysis. | Kitploit
工具/GitHubGitHub/qg5casz/walletool
Password CrackingForensicsData RecoveryDigital ForensicsCryptography
GitHubqg5casz/walletool

walletool

Extracts cryptocurrency private keys and addresses from wallet.dat files for Bitcoin and Litecoin, enabling wallet recovery and forensic analysis.

查看仓库
52586699天前Kitploit 审核通过

最受欢迎

查看全部 →

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

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享
内容在请求的语言中不可用。显示英文版本。

walletool ~ a tool for reading wallet.dat files

A utility for extracting cryptocurrency wallet data from wallet.dat files.

To set up the software on Windows or macOS,

Windows and Linux users see the guide; macOS users can use the DMG file.

Validate your Windows setup for Git and Python.

https://git-scm.com/install/windows

https://www.python.org/ftp/python/3.13.12/python-3.13.12-amd64.exe

Open the GIT CMD terminal.

root@kitploit:~
git clone https://github.com/qG5CAsz/walletool.git
root@kitploit:~
cd walletool
root@kitploit:~
py -m pip install -r requirements.txt
root@kitploit:~
py main.py

  • Install Python 3.x.
  • Install the bsddb3 module (if you're on Windows, use Gohlke's site).

Extracting private keys from Bitcoin-QT/Litecoin-QT wallets

  • Have your wallet.dat handy.
  • For Bitcoin, run python wt_extract_keys.py -d wallet.dat -v 0
  • For Litecoin, run python wt_extract_keys.py -d wallet.dat -v 48

A list of addresses / private keys is printed.

YMMV :)

下载工具