Help with Ethereum wallet, no hashes loaded
#1
Hello, wondering if I can get some help with my input to hashcat.
So far I have

hashcat.exe -m 15700 -a 3 $ethereum$s*1024*8*1*salt*cipher*mac C:\Users\john\OneDrive\Desktop\hashcat-6.2.6\hash.txt -w3

This is a myetherwallet .json (converted to .txt file with hashcat format). I'm using 6.2.6 at the moment.
I keep getting no hashes loaded, or seperator unmatched.

Token length exception: 1/1 hashes
  This error happens if the wrong hash type is specified, if the hashes are
  malformed, or if input is otherwise not as expected (for example, if the
  --username option is used but no username is present)

No hashes loaded.

I've done this last year and tried to crack it previously but it was only ran for an hour. Let me know what I need to change please.
Reply
#2
It won't work because you're giving two sources the same hash should be:

hashcat.exe -m15700 -a3 -w3 $ethereum$s*1024*8*1*salt*cipher*mac

of course if your hash is correct for this mod.
Reply