Single rule doesn't work - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Deprecated; Previous versions (https://hashcat.net/forum/forum-29.html) +--- Forum: Old hashcat Support (https://hashcat.net/forum/forum-20.html) +--- Thread: Single rule doesn't work (/thread-272.html) |
Single rule doesn't work - shopeonarope - 02-03-2011 I'm trying to use hashcat to generate some nice wordlists, ala debug-mode=3, inspired by http://ob-security.info/?p=18 but there seems to be a bug in the fact that it won't run when there is only one rule in the rule file, namely ":" and the same holds true regardless of the rule. Maybe it's because I don't understand what the "-a 1" option does but I'm assuming it makes all possible combinations of all the words in the wordlist. Assuming that, when I make two rules, : l , this is the output. Why does it make quadruplicates of the combinations? Can I get a single rule to run? On a related note would it ever be possible to have a similar debug-mode in the ocl version? Just curious. RE: Single rule doesn't work - atom - 02-03-2011 both were indeed bugs, many thanks for reporting them. i already fixed them. if you're interessted in a beta for testing PM me. oclHashcat will not have a debug mode (its because word mutation is done on gpu kernel which does not have printf() capability). |