Giter Site home page Giter Site logo

jus1mple / ethcracker Goto Github PK

View Code? Open in Web Editor NEW

This project forked from isentrope1/ethcracker

0.0 0.0 0.0 15 KB

Ethcracker is a multi-threaded, pure java dictionary password cracker for Ethereum wallets.

License: GNU Lesser General Public License v3.0

Shell 2.64% Java 97.36%

ethcracker's Introduction

Ethcracker is a multi-threaded, pure java dictionary password cracker for Ethereum wallets. It depends on web3j.

Ethcracker is Copyright 2017 Isentropy LLC and licensed under the LGPL version 3.

For lawful use only.

Installing

Download the standalone jar or

Build from Source

The compiled jar will be in the 'target' dir.

Running

You can use the included wrapper script: ./ethcrack.sh [wallet file] [passwords file]

or run with java: java -jar ethcracker-0.1.jar [OPTIONS]

Options

  • --wallet [FILE] : the wallet file to crack [required]
  • --pwfile [FILE] : newline separted list of passwords to try [optional, uses stdin if absent]
  • --out [FILE] : a file to write the password, if found [optional]
  • --threads [N] : # consumer threads [optional, chosen automatically as 2*num_cpu_cores]

Checking Results

The discovered password is written to stdout as "FOUND PASSWORD: ...", but consider using the --out option, which outputs it to a file automatically.

Ethcracker exits with retcode 0 if it found the password and 1 if it ran without error but didn't find password. Other return codes indicate an error.

ethcracker's People

Contributors

isentrope1 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.