An open API service indexing awesome lists of open source software.

https://github.com/bxdoan/eth-stealer

Funny script to steal ethereum private keys from random wallet and check the balance
https://github.com/bxdoan/eth-stealer

ethereum stealer wallet

Last synced: about 1 month ago
JSON representation

Funny script to steal ethereum private keys from random wallet and check the balance

Awesome Lists containing this project

README

          

# eth-stealer

Funny script to steal ethereum private keys from random wallet and check the balance.
If it has the balance, bravo you win the lottery

> NOTE: The project is created for fun and educational purpose only. I am not responsible for any damage caused by this script.

## Set up
```sh
cp .env.example .env
pip install -r requirements.txt
```

## Usage
```sh
python3 steal.py
```