Problem with skip and limit - 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: Problem with skip and limit (/thread-5957.html) |
Problem with skip and limit - akamajoris - 10-14-2016 Hello. Code: C:\Users\admin\Desktop\oclHashcat-2.01>oclHashcat64.exe -a 3 12345678912345678912345678901231 --skip=0 --limit=100000 ?d?d?d?d?d?d?d?d Code: C:\Users\admin\Desktop\hashcat-3.10>hashcat64.exe -a 3 12345678901234567890123456789012 --skip=0 --limit=100000 ?a?a?a?a?a?a?a?a Why limit not working? RE: Problem with skip and limit - passlab - 10-14-2016 All is well. Work time is less than 1 second RE: Problem with skip and limit - akamajoris - 10-14-2016 (10-14-2016, 06:48 PM)passlab Wrote: All is well. Work time is less than 1 secondWhat I doing: C:\Users\admin\Desktop\hashcat-3.10>hashcat64.exe -a 3 12345678901234567890123456789012 --skip=0 --limit=100000 ?a?a?a?a?a?a?a?a What I expected: Progress.......: 1154/100000 (%) What I got: Progress.......: 16859600000/85737500000 (19.66%) <---------- wtf? limit is 100000 Can you help me? RE: Problem with skip and limit - epixoip - 10-14-2016 You should read about the difference between literal keyspace and hashcat keyspace. RE: Problem with skip and limit - atom - 10-15-2016 For example, read about it here: https://hashcat.net/wiki/doku.php?id=frequently_asked_questions#what_is_a_keyspace |