Skip to content

Simple tool to help bruteforce your Ethereum keystore passphrase

Notifications You must be signed in to change notification settings

vasuman/eth-bruteforce

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

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

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages