tz-brute
tz-brute copied to clipboard
tezos contribution password brute-forcer
Hello! I'm trying to use the check function: ` def check(address, mnemonic, email, password): salt = unicodedata.normalize("NFKD", (email + password)).encode("utf8") try: seed = bitcoin.mnemonic_to_seed(mnemonic, salt) except: return -1 pk, sk...
I added support for dictionary based password recovery. The script takes dictionary files as input. If more than one file is provided then multiple processes are spawned to fasten the...
Due to multiprocessing library requirements (https://docs.python.org/3.8/library/multiprocessing.html#using-a-pool-of-workers), a small change is needed. It may not be optimal though.
I was able to install and run the tool on a Debian 9.4 server. The only additional step was to first install the **python3-dev** system package needed for compiling the...