hashcat Forum
Radmin3 (v3.5) separator unmatched... - Printable Version

+- hashcat Forum (https://hashcat.net/forum)
+-- Forum: Support (https://hashcat.net/forum/forum-3.html)
+--- Forum: hashcat (https://hashcat.net/forum/forum-45.html)
+--- Thread: Radmin3 (v3.5) separator unmatched... (/thread-11970.html)



Radmin3 (v3.5) separator unmatched... - GigaNoobâ„¢ - 05-12-2024

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?


RE: Radmin3 (v3.5) separator unmatched... - buka - 05-12-2024

Linux? Put the hash in single quotes: '$radmin3$...'


RE: Radmin3 (v3.5) separator unmatched... - GigaNoobâ„¢ - 05-12-2024

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.