Windows hashcat unrecognized hash - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Deprecated; Previous versions (https://hashcat.net/forum/forum-29.html) +--- Forum: Old hashcat Support (https://hashcat.net/forum/forum-20.html) +--- Thread: Windows hashcat unrecognized hash (/thread-4216.html) |
Windows hashcat unrecognized hash - Mathew - 03-25-2015 I want to try to decrypt a Citrix Netscaler password but it gives me an error saying that the hash does not exist (Code 8100) according to the example_hashes page. Whats wrong? Here is my code: Code: hashcat -m 8100 -a 0 -o C:\cracked.txt C:\hashes.txt C:\wl RE: Windows hashcat unrecognized hash - Si2006 - 03-25-2015 If your using CPU hashcat then that’s your problem, it isn't supported you'll need the oclHashcat. |