Posts: 19
	Threads: 6
	Joined: Dec 2014
	
	
 
	
		
		
		01-05-2015, 04:25 AM 
(This post was last modified: 01-05-2015, 04:51 AM by k3yw0rm.)
		
	 
	
		Hey guys, I was recently working on small app that can create wordlists.
So I've got word lists like:
small letters 1-5.
small letters 6-6.
small letters 7-7..
etc
and all in one Capital,small, numbers up to 8.
Anyone need such wordlists? Or if you need anything else fell free to post below and i will send you over 
 
Lists:
From 1-4 chars(Upper,Lower Case, Numbers) - 
Download
From 5-5 chars(Upper,Lower Case, Numbers) - 
Download
	 
 
	
	
	
		
	Posts: 2,935
	Threads: 12
	Joined: May 2012
	
	
 
	
	
		Generating wordlists from bruteforce keyspace is not a good idea. Mask attack will be several orders of magnitude faster.
	
	
	
	
	
 
 
	
	
	
		
	Posts: 19
	Threads: 6
	Joined: Dec 2014
	
	
 
	
	
		 (01-05-2015, 04:46 AM)epixoip Wrote:  Generating wordlists from bruteforce keyspace is not a good idea. Mask attack will be several orders of magnitude faster.
Idk I've tried at me with 8 chars that on brute i usually need 1day it finished in 1hr or less 

 So i was like why not sharing with others 
 
	 
	
	
	
	
 
 
	
	
	
		
	Posts: 2,935
	Threads: 12
	Joined: May 2012
	
	
 
	
	
		That doesn't make any sense, I think you're doing something wrong and just haven't realized it.
	
	
	
	
	
 
 
	
	
	
		
	Posts: 40
	Threads: 5
	Joined: Dec 2014
	
	
 
	
	
		Yeah, k3yw0rm, like epixoip said, it doesn't make any sense that a wordlist run would be faster than a brute force attack.
	
	
	
	
	
 
 
	
	
	
		
	Posts: 187
	Threads: 40
	Joined: Sep 2010
	
	
 
	
		
		
		01-05-2015, 04:27 PM 
(This post was last modified: 01-05-2015, 04:28 PM by blandyuk.)
		
	 
	
		Agreed, pointless storing whole key-spaces in word-lists when u can brute-force (will also be faster as no disc IO). oclHashcat supports numerous attack methods inc brute and also:
word-list + mask
mask + word-list
etc.
You should also use rules!