token length exception - 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: token length exception (/thread-10044.html) |
token length exception - dengbds - 04-26-2021 Token length exception hashcat -m 0 -a 0 hash.txt hash file has code from md5 generator 5858ea228cc2edf88721699b2c8638e5 this is just a hash for welcome123 I have tried many others what am i doing wrong hashfile 'hash.txt' on line 1 (5858ea...88721699b2c8638e5 ): Token length exception No hashes loaded. RE: token length exception - slyexe - 04-26-2021 Don't put spaces at the end of the hash. hashcat -m 0 -a 3 5858ea228cc2edf88721699b2c8638e5 welcome?d?d?d RE: token length exception - dengbds - 04-26-2021 that was it THANK YOU |