- Joined
- Nov 26, 2020
- Messages
- 714
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/s...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.
Open a terminal from Kali Linux and write the following commands:
Code:



And run it:
Code:

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.