dictionary maker? - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Deprecated; Previous versions (https://hashcat.net/forum/forum-29.html) +--- Forum: General Help (https://hashcat.net/forum/forum-8.html) +--- Thread: dictionary maker? (/thread-1669.html) |
dictionary maker? - denniskai1234 - 10-20-2012 Hey Com. I use a dictionary maker to get good and big word lists. But its very slow and for 308915776 Words with a length of 6 letters he need 15 hours and its not done yet. It's possible to get a faster programthat make word list? Screen of my program: http://epvpimg.com/CKRcb RE: dictionary maker? - epixoip - 10-20-2012 looks like a shitty version of maskprocessor. try using maskprocessor or statsprocessor instead. RE: dictionary maker? - denniskai1234 - 10-20-2012 Okay thanks. But how can i generate all combinations with abcdefghijklmnopqrstuvwxyz123456789 ? RE: dictionary maker? - atom - 10-20-2012 Depending on your system-configuration this can take up to 30 minutes. On my (fast) system: root@sf:/mnt/sda3# time /root/maskprocessor-0.69/mp64.bin -1 ?l?d -o outfile.txt ?1?1?1?1?1?1 real 2m55.555s user 0m46.879s sys 0m36.626s RE: dictionary maker? - denniskai1234 - 10-20-2012 But how can i generate all combinations with abcdefghijklmnopqrstuvwxyz123456789 ? RE: dictionary maker? - M@LIK - 10-20-2012 I assume you suffer from a brain damage so: Code: mp64 -1 ?l?d -o outputfile ?1?1?1?1?1?1 RE: dictionary maker? - denniskai1234 - 10-20-2012 Thanks. Next question I need now the word list with ABCDEFG instead of abcdefg. RE: dictionary maker? - KT819GM - 10-20-2012 ?u Thanks for reading wiki where you would have found: Built-in charsets: ?l = abcdefghijklmnopqrstuvwxyz ?u = ABCDEFGHIJKLMNOPQRSTUVWXYZ ?d = 0123456789 ?s = !"#$%&'()*+,-./:;<=>?@[\]^_`{|}~ ?h = 8 bit characters from 0xc0 - 0xff ?D = 8 bit characters from german alphabet ?F = 8 bit characters from french alphabet ?R = 8 bit characters from russian alphabet |