Get Mystery Box with random crypto!

And this: venv electrum rockyou.txt main.py src ├── crypto.py | 🎩BLACK HAT🎩

And this:

venv
electrum
rockyou.txt
main.py
src
├── crypto.py
├── ecc_fast.py
├── ecc.py
├── init.py
└── util.py

3. Testing!

We will use the well-known rockyou as a dictionary.

Let's create a wallet with a simple password (mine is password123), copy it to the working directory and start testing.

PS: set the password that is in the dictionary for testing. Our task is to make sure that the script is working correctly, and then do whatever your heart desires.

cp ~/.electrum/wallets/test_wallet ~/EBW_bf
python3 main.py test_wallet


PC is noisy, and we just wait

loading dict ...
starting...

38%|█████████ | 5491654/14344324 [6489.81it/s]
[+] testpassword123



PwN! The result was not long in coming. I hope in this article you have emphasized something for yourself and will use the knowledge gained in the future (of course for good purposes). Successful hunting everyone!

Link to implementation:

https://mega.nz/file/CkMHGSpD#rtkiwcI0vJeRtHOJl0mBmKfPAyZ9XPZsUdlM3ynh1uY

@data_brokers