Code Monkey home page Code Monkey logo

mnemonic-cracker's Introduction

mnemonic-cracker

> mnemonic-cracker -h

OVERVIEW: A simple tool to try and find a mnemonic phrase from a partial
phrase.

This tool will try to brute force a mnemonic phrase given a partial mnemonic
phrase.

If used along with an address, using the -a flag, it will try to find a
mnemonic that matches the given address (defaulting to MetaMask's first
address).

If no address is provided, will try to check for address with non-zero
balances.

Supports mnemonic phrases of 12/15/18/21/24 words using English BIP-39 list of
words.

Must provide all words in the partial phrase, for positions which you don't
know the word use "?" and the tool will brute force using all the words in the
list.
If there are a few words which you believe might be part of the final mnemonic
phrase you may specify a list of them with a | separator for the position in
which you believe they are in.
If the provided words are not in the correct position, i.e. you don't know the
order of the words, you may use the flag --unsorted-list to permute all
possible sequences.

USAGE: mnemonic-cracker [--unsorted-list] [-a 0xaddress] [-v] [-p mnemonicPassword] [-l english] partial phrase can|provide|alternatives ? ? ? ? ? ? ? ? ?

ARGUMENTS:
  <partial-mnemonic>      The partial mnemonic phrase you have, with a ? for
                          words you do not know. You may specify alternatives
                          for a given position with | separated like:
                          razor|blade (will try both combinations)

OPTIONS:
  -a, --address <address> Ethereum address you'd hope to find
  -p, --password <password>
                          Passphrase for the mneumonic seed generation
  --unsorted-list         If the partial mnemonic phrase is not in the correct
                          order, i.e. the words provided are not in the correct
                          position.
  -v, --verbose
  -l, --language <language>
                          Language of the mnemonic phrase, options are: english
                          (default: english)
  -h, --help              Show help information.

TODO

  • Concurrently brute-force mnemonic phrases
  • Use GPU for computation
  • Add possibility to run a subset of the computation, i.e. separate workers in separate machines computing different parts of the same mnemonic phrases data set.

mnemonic-cracker's People

Contributors

rkreutz avatar

Watchers

 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.