pw-skip and pw-limit - 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: pw-skip and pw-limit (/thread-2636.html) |
pw-skip and pw-limit - qssr - 09-22-2013 Hello, somebody knows does hashcat-plus contains commands like hashcat-lite such as pw-skip and pw-limit to distributing workload??? RE: pw-skip and pw-limit - atom - 09-23-2013 No it does not. Unfortionally that wont work for oclHashcat-plus since it's much more complicated. Especially when it comes to the more advanced attack modes, how would you specify the inner loop part with just one number. Therefore, the only way for you to split workload is to either do it manually or create .restore files, which contains all the required information to set offsets (but not limits). RE: pw-skip and pw-limit - qssr - 09-23-2013 THANKS, and how can i do it manually or create .restore files? (i use one mode attack-bruteforce) RE: pw-skip and pw-limit - Rolf - 09-24-2013 If there's a way, it's not easy and undocumented. RE: pw-skip and pw-limit - qssr - 09-25-2013 Ok. Where can i read about structure (pattern) .restore file? Will the developer add these features in the new version? (for bruteforce) RE: pw-skip and pw-limit - atom - 09-25-2013 The restore format is documented here: http://hashcat.net/forum/thread-2376-post-15457.html#pid15457 RE: pw-skip and pw-limit - qssr - 10-09-2013 (09-25-2013, 09:33 AM)atom Wrote: The restore format is documented here: http://hashcat.net/forum/thread-2376-post-15457.html#pid15457i look my restore files and i see that it look like as .xml , but i don`t undestend some parametrs in it.. help please. .. i want to distributed cracking RE: pw-skip and pw-limit - epixoip - 10-09-2013 it's definitely not xml, it's a binary file. look at the data structure atom posted in that thread he linked in. |