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:
https://epvpimg.com/CKRcb
looks like a shitty version of maskprocessor. try using maskprocessor or statsprocessor instead.
Okay thanks.
But how can i generate all combinations with abcdefghijklmnopqrstuvwxyz123456789 ?
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
But how can i generate all combinations with abcdefghijklmnopqrstuvwxyz123456789 ?
I assume you suffer from a brain damage so:
Code:
mp64 -1 ?l?d -o outputfile ?1?1?1?1?1?1
Thanks.
Next question
I need now the word list with ABCDEFG instead of abcdefg.
?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