Posts: 12
	Threads: 5
	Joined: Oct 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
	 
 
	
	
	
		
	Posts: 2,935
	Threads: 12
	Joined: May 2012
	
	
 
	
	
		looks like a shitty version of maskprocessor. try using maskprocessor or statsprocessor instead.
	
	
	
	
	
 
 
	
	
	
		
	Posts: 12
	Threads: 5
	Joined: Oct 2012
	
	
 
	
	
		Okay thanks.
But how can i generate all combinations with abcdefghijklmnopqrstuvwxyz123456789 ?
	
	
	
	
	
 
 
	
	
	
		
	Posts: 5,232
	Threads: 233
	Joined: Apr 2010
	
	
 
	
	
		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
	
	
	
	
	
 
 
	
	
	
		
	Posts: 12
	Threads: 5
	Joined: Oct 2012
	
	
 
	
	
		But how can i generate all  combinations with abcdefghijklmnopqrstuvwxyz123456789 ?
	
	
	
	
	
 
 
	
	
	
		
	Posts: 414
	Threads: 14
	Joined: Mar 2012
	
	
 
	
	
		I assume you suffer from a brain damage so:
Code:
mp64 -1 ?l?d -o outputfile ?1?1?1?1?1?1
 
 
	
	
	
		
	Posts: 12
	Threads: 5
	Joined: Oct 2012
	
	
 
	
		
		
		10-20-2012, 05:16 PM 
(This post was last modified: 10-20-2012, 05:18 PM by denniskai1234.)
		
	 
	
		Thanks.
Next question 
 
I need now the word list with  ABCDEFG instead of abcdefg.
	
 
 
	
	
	
		
	Posts: 344
	Threads: 2
	Joined: Aug 2011
	
	
 
	
	
		?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