md5(salt.pass) troubles and tricks - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Deprecated; Ancient Versions (https://hashcat.net/forum/forum-46.html) +--- Forum: Very old oclHashcat-lite Support (https://hashcat.net/forum/forum-22.html) +--- Thread: md5(salt.pass) troubles and tricks (/thread-1437.html) |
RE: md5(salt.pass) troubles and tricks - d0znpp - 08-06-2012 Finally found: http://hashcat.net/wiki/mask_attack Quote:Optimized due its partially reverse algorithms, password candidates are generated in the following order: RE: md5(salt.pass) troubles and tricks - epixoip - 08-06-2012 You can also use attack mode 6 (dict + mask) with oclhashcat-plus and use the salts as a dictionary. RE: md5(salt.pass) troubles and tricks - atom - 08-06-2012 new plus will support generic md5(salt.pass) RE: md5(salt.pass) troubles and tricks - d0znpp - 08-08-2012 Thx... and you can guide the timing of the release of new version? I would also like to become a beta tester, if possible RE: md5(salt.pass) troubles and tricks - atom - 08-09-2012 Become a beta-tester is OK, all you need to do is to send me a test-plan. This ensures you are not trying to become a beta-tester so you have the new algorithms earlier. Otherwise just wait for the new release. RE: md5(salt.pass) troubles and tricks - d0znpp - 08-10-2012 And what about ordering? Test case Code: md5(str_repeat('a',16))=='23ca472302f49b3ea5592b146a312da0' Code: ./oclHashcat-lite64.bin -m 0 23ca472302f49b3ea5592b146a312da0 -1 abcde ?1?1?1?1?1?1?1?1?1?1?1?1?1?1?1?1 --pw-min 16 -s 120544432500 What about wiki? It is wrong as i see: Quote:Optimized due its partially reverse algorithms, password candidates are generated in the following order: Fuzzing table: Code: pass pos RE: md5(salt.pass) troubles and tricks - atom - 08-10-2012 will latest version markov kicked in and changed everything. you can try --markov-disable. the wiki needs to be updated, that is true RE: md5(salt.pass) troubles and tricks - d0znpp - 08-10-2012 (08-10-2012, 09:22 PM)atom Wrote: will latest version markov kicked in and changed everything. you can try --markov-disable. the wiki needs to be updated, that is trueand what is order with the --markov-disable option? Because aaaaaaaaaaaaaaaa is not first in order, but 625 AND (!!!) 152587890255 . Why?! Code: ./oclHashcat-lite64.bin -m 0 23ca472302f49b3ea5592b146a312da0 -1 abcde ?1?1?1?1?1?1?1?1?1?1?1?1?1?1?1?1 --pw-min 16 --markov-disable -s 624 Code: ./oclHashcat-lite64.bin -m 0 23ca472302f49b3ea5592b146a312da0 -1 abcde ?1?1?1?1?1?1?1?1?1?1?1?1?1?1?1?1 --pw-min 16 --markov-disable -s 152587890255 RE: md5(salt.pass) troubles and tricks - pragmatic - 09-05-2012 (08-06-2012, 02:02 PM)atom Wrote: new plus will support generic md5(salt.pass) Great news, thanks atom! Does this include the sha families as well? I've been needing a sha256(salt.pass) for a while so this would be awesome whenever it comes. RE: md5(salt.pass) troubles and tricks - atom - 09-05-2012 yes |