Posts: 3
Threads: 2
Joined: May 2024
05-12-2024, 08:45 AM
I'm getting "separator unmatched" errors even with the generic example hash on the wiki (
https://hashcat.net/wiki/doku.php?id=example_hashes). Of course this is going to be something silly and noobarrasing. Can anyone just chuck that hash in and see if it's happening for you as well? What's the proper command line to load/run that hash?
Posts: 59
Threads: 0
Joined: Dec 2022
Linux? Put the hash in single quotes: '$radmin3$...'
Posts: 3
Threads: 2
Joined: May 2024
05-12-2024, 09:38 AM
(This post was last modified: 05-12-2024, 09:50 AM by GigaNoobâ„¢.)
no, but fixed. I just removed a bunch of bullshit from the command line and left it clean:
hashcat.exe -a 0 -m 29200 "radmin35.left" "wordlist.txt"
thanks.