Giter Site home page Giter Site logo

maineymo / ethereum-wallet-cracker Goto Github PK

View Code? Open in Web Editor NEW

This project forked from keewenaw/ethereum-wallet-cracker

0.0 0.0 0.0 5.17 MB

A fun script to steal Ether from wallets suffering from insufficient entropy during key generation.

License: GNU General Public License v3.0

Shell 0.03% Python 99.88% PowerShell 0.09%

ethereum-wallet-cracker's Introduction

Ethereum Wallet Cracker

(c) 2022 Keewenaw

A script to steal Ether from wallets suffering from insufficient entropy during key generation.

At a high level, this script does the following:

  • Pulls entropy from all files in a given directory (normally pointed to a wordlist directory like Kali's '/usr/share/wordlists/')
  • Creates an Ethereum wallet from each unit of entropy
  • Saves the public and private keys of this new wallet into a CSV file for future use
  • Checks the balance of the new wallet
  • If the balance is greater than zero, transfers the balance to our predefined wallet

Benefits:

  • Unlimited entropy inputs
  • Multiple permutation attempts per entropy input
  • Dynamic fee generation (with changeable margin of safety) to ensure your transaction goes through
  • Reporting of all generated keypairs into user-specified file
  • Granular verbosity settings

Installation

Manual

  1. sudo apt install python3-pip

  2. pip3 install os sys csv configparser web3 eth_utils eth_account

  3. python3 ethereum-wallet-cracker.py

Project TODOs

  • Add more comprehensive permutations
  • main(), tempLine > maxByteLength - do every maxByteLength-length permutation of tempLine
  • main(), maxByteLength else - do every permutation of padding (1L-255R, 2L-254R, 3L-253R, etc)
  • Check for any ERC tokens, not just Ether specifically
  • Check if this address ever had coins in it and if they were previously moved
  • Generate mnemonic phrases for secondary fuzzing - https://github.com/de-centralized-systems/python-bip39/

Need Help?

I don't usually check open issues on this repo. If you need hands-on help, contact me @Keewenaw on Telegram, LinkedIn, or here on GitHub. I'm happy to work with you to, for a fee, customize the script or provide you with white-glove consulting solutions for recovering the private key to your own Ethereum wallet.

ethereum-wallet-cracker's People

Contributors

keewenaw avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.