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 — A utility for extracting cryptocurrency wallet data from wallet.dat files. | Kitploit
Tools/GitHubGitHub/s4larie/walletool
Password CrackingForensicsData RecoveryDigital ForensicsCryptography
GitHubs4larie/walletool

walletool

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

View Repository
1769 months agoNot yet reviewed

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.

Installation

  • 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