Forgot your Ethereum wallet passphrase and need a simple tool to help bruteforce your passphrase. Of course you do.
You need to Go toolchain to install.
$ go get github.com/vasuman/eth-bruteforce$ 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