Skip to content

A python tool that scans files in a given directory looking for Bitcoin private keys

License

Notifications You must be signed in to change notification settings

ASeriousMister/BTCKeySearch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BTCKeySearch

A python tool that scans files in a given directory looking for Bitcoin private keys, BIP32 root keys (xpriv) and Monero private spend keys.

This tool is part of the AnuBitux project. See more at https://anubitux.org

Tutorial

Here you can see how the tool works.

Installation

To use btckeysearch simply download it:

git clone https://github.com/ASeriousMister/BTCKeySearch

Then change your working directory to its folder:

cd BTCKeySearch

Now install dependencies:

pip3 install -r requirements.txt

It requires to have pip installed. If not so do:

sudo apt install python3-pip

Then launch the tool:

python3 btckeysearch.py -d /home/folder/to/scan

Credits & Donations

If you appreciate this work visit https://anubitux.org and consider making a donation

  • BTC: 1AnUbiYpuFsGrc1JFxFCh5K9tXFd1BXPg
  • XMR: 87PTU58siKNb3WWXcP4Hq4CmCb7kMQUsEiUWFT7SvvMMUqVw9XXFGrJZqmnGvuJLGtLoRuEqovTG4SWqkPr8YLopTSxZkkL

Releases

No releases published

Packages

No packages published

Languages