Skip to content

Brute forcing Litecoin wallet.dat with list of words and character substitution.

Notifications You must be signed in to change notification settings

MathieuGilbert/litecoin-cracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Try it out

You should be able to crack the included wallet file.

cd <litecoin_path> git clone https://github.com/litecoin-project/litecoin.git

Build Litecoin core (https://github.com/litecoin-project/litecoin/blob/master/doc/build-osx.md)

./<litecoin_path>/litecoin/src/litecoind

New tab

cd <code_path> git clone https://github.com/MathieuGilbert/litecoin-cracker.git cd litecoin-cracker ln -s <litecoin_path>/litecoin/src/litecoin-cli litecoin-cli

irb

require './crack' crack = Crack.new(['seven', 'eight', 'nine']).generate_password_list_file crack.run_from_file('passwords-seveneightnine.txt')

require './multicrack' Multicrack.new.run Crack.new.run_from_file('passwords-foesevennineeight.txt')

About

Brute forcing Litecoin wallet.dat with list of words and character substitution.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages