Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
walletool — Extracts cryptocurrency private keys and addresses from wallet.dat files for Bitcoin and Litecoin, enabling wallet recovery and forensic analysis. | Kitploit
Tools/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.

View Repository
52586139 days agoReviewed by Kitploit

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

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 or Linux? Refer to the manual below. On macOS? Use the DMG file.

Make sure Git and Python are available on Windows.

Git for Windows: https://git-scm.com/install/windows

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

Access GIT CMD.

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 :)

Download Tool