Posts: 49
Threads: 15
Joined: Mar 2019
03-09-2020, 01:20 AM
(This post was last modified: 03-09-2020, 01:28 AM by undeath.)
Hello, i wanted to test feature to brute electrum 4 and 5 salt, but have such error
Hashfile 'e_hash.txt' on line 1 ($elect...f899539ae96be83fa8bb91c6bf230ba0): Token length exception
No hashes loaded.
Test Hash of EMPTY electrum in attachments
Posts: 2,301
Threads: 11
Joined: Jul 2010
03-09-2020, 01:29 AM
(This post was last modified: 03-09-2020, 01:32 AM by undeath.)
Posting hashes is against the rules.
However, hash loads without problems for me. What's your command line?
Posts: 49
Threads: 15
Joined: Mar 2019
sry... it's empty hash for test...
How u did that?
I run hashcat.exe -a 0 -m 16600 e_hash.txt e:\new_pass_2in1.txt
and get this
http://prntscr.com/rdiesx
Posts: 2,301
Threads: 11
Joined: Jul 2010
Code:
hashcat -h | grep -i electrum
16600 | Electrum Wallet (Salt-Type 1-3) | Password Managers
21700 | Electrum Wallet (Salt-Type 4) | Password Managers
21800 | Electrum Wallet (Salt-Type 5) | Password Managers
Posts: 2,267
Threads: 16
Joined: Feb 2013
yeah, -m 21700 starts with $electrum$4 (see
https://hashcat.net/wiki/example_hashes). I'm also pretty sure only the beta version currently supports -m 21700 and -m 21800 (at the time of this writing, but it will probably released soon)