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
- Host: GitHub
- URL: https://github.com/bxdoan/eth-stealer
- Owner: bxdoan
- Created: 2023-05-28T08:25:28.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-08-28T07:19:18.000Z (about 1 year ago)
- Last Synced: 2025-04-03T04:11:19.760Z (7 months ago)
- Topics: ethereum, stealer, wallet
- Language: Python
- Homepage:
- Size: 164 KB
- Stars: 6
- Watchers: 2
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```