Skip to content

Script for scanning Wallet.dat and found private key

Notifications You must be signed in to change notification settings

worldclass100/hex-scan-wallet-dat

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ABOUT

This script allows you to scan hexadecimal code for a wallet.dat and to extract a match if an address is found.

The best method to extract keys is pywallet.py : https://github.com/jackjack-jj/pywallet

This scrpt is only intended for "unrecoverable" wallets.

REQUIREMENTS


git clone https://github.com/usefulcat1546/hex-scan-wallet-dat
sudo apt install php nodejs npm -y
npm install

CONFIGURE


Replace wallet.dat by your wallet.dat

EDIT addresses.txt and replace by your addresses for each lines.

If you use another coin than Bitcoin, Litecoin or Dogecoin update line in scan.js :

var key = new CoinKey(new Buffer(secret, 'hex'), {private: 0x80, public: 0x00})

RUN

php scan.php [BTC OR LTC OR DOGE]

RESULT

If an address is found, a file will be created with your address.json and in it, the private key.

You can also check the console

About

Script for scanning Wallet.dat and found private key

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 54.4%
  • JavaScript 45.6%