Skip to content

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

Repository files navigation

Ethereum Passphrase Bruteforcer

Forgot your Ethereum wallet passphrase and need a simple tool to help bruteforce your passphrase. Of course you do.

Install

You need to Go toolchain to install.

$ go get github.com/vasuman/eth-bruteforce

Usage

$ eth-bruteforce --password-file=<password-file> --keystore-dir=<keystore-dir>

The script will loop through the every key in the keystore-dir sequentially trying passwords from the password-file.

The password-file is a plain-text file containing a line separated list of possible passwords. You can use the # symbol as the first character in the line to skip entries (and \# to escape). For example,

password1
#failed2
password3

About

Simple tool to help bruteforce your Ethereum keystore passphrase

Resources

Stars

10 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages