hash:[x], invalid iteration count ERROR: No hashes loaded - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Deprecated; Ancient Versions (https://hashcat.net/forum/forum-46.html) +--- Forum: Very old oclHashcat-plus Support (https://hashcat.net/forum/forum-23.html) +--- Thread: hash:[x], invalid iteration count ERROR: No hashes loaded (/thread-1654.html) |
hash:[x], invalid iteration count ERROR: No hashes loaded - jofre - 10-15-2012 hello world i´m trying to crack a wordpress md5 hash on oclhashplus but I keep getting this error hash: [x], invalid iteration count ERROR: No hashes loaded someone plz help me! RE: hash:[x], invalid iteration count ERROR: No hashes loaded - atom - 10-15-2012 paste 1 example hash but only first 4 chars RE: hash:[x], invalid iteration count ERROR: No hashes loaded - jofre - 10-15-2012 it was $P$Df I already manage to crack it with john but wonder how it didn´t run on hashcat RE: hash:[x], invalid iteration count ERROR: No hashes loaded - atom - 10-15-2012 Hashcat limits phpass to $P$B RE: hash:[x], invalid iteration count ERROR: No hashes loaded - jofre - 10-15-2012 so..some hashes won´t work? sorry i´m n00b I don´t think I understand very well RE: hash:[x], invalid iteration count ERROR: No hashes loaded - atom - 10-15-2012 defaults will work, its only those which are customized will not RE: hash:[x], invalid iteration count ERROR: No hashes loaded - undeath - 10-15-2012 the forth character indicates how many iterations where used. In you case this is a D. Usually you find something between 9 and B (0 is the lowest count of iterations, Z(?) is the highest). Hashcat can only handle hashes with an iteration indicator less or equal to B. |