hashcat Forum
line skip hcmask file - 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: line skip hcmask file (/thread-2552.html)



line skip hcmask file - forumhero - 08-27-2013

similar to --runtime=N where it quits the command, is there a way to bypass or skip down to the next line within the .hcmask file? my .hcmask file have several hunderd lines, so i only want to spend maybe 10mins per line.


RE: line skip hcmask file - epixoip - 08-27-2013

organize your hcmask file by keyspace


RE: line skip hcmask file - forumhero - 08-27-2013

actually i've done that, just curious if it was possible to skip


RE: line skip hcmask file - epixoip - 08-27-2013

not presently. but you could get creative... use an hcmask file for various keyspace ranges, then run through each hcmask file in a loop, using a lower markov threshold as the keyspace increases.


RE: line skip hcmask file - forumhero - 08-27-2013

good idea, thx!