Posts: 8
	Threads: 3
	Joined: Apr 2012
	
	
 
	
	
		hi first of all its my first time using hashcat. so sorry for asking noob questions 

well when im setting the mask like this -1 ?l?u?d?s ?1?1?1?1?1?1?1?1?1?1?1
i think the generated passes should be 11 characters right ?
so whats this ?
Code:
Password lengths range: 1 - 15
and how can i change it to 11 - 11 range?
AND im using :
GeForce GTX 550 Ti
it takes 
Code:
Time.Left....: 1 year, 202 days
for a 11 characters lenght password is this good? and the speed is 
Code:
Speed........:    15067 c/s Real,    15196 c/s GPU
how can i decrease the time and increase the speed .
	
 
 
	
	
	
		
	Posts: 2,301
	Threads: 11
	Joined: Jul 2010
	
	
 
	
		
		
		04-06-2012, 12:15 PM 
(This post was last modified: 04-06-2012, 12:23 PM by undeath.)
		
	 
	
		 (04-06-2012, 11:53 AM)Crim3R Wrote:  hi first of all its my first time using hashcat. so sorry for asking noob questions 
well when im setting the mask like this -1 ?l?u?d?s ?1?1?1?1?1?1?1?1?1?1?1
i think the generated passes should be 11 characters right ?
so whats this ?
Code:
Password lengths range: 1 - 15
if you are using -plus, ignore this. with -lite set --pw-min=11
 (04-06-2012, 11:53 AM)Crim3R Wrote:  it takes 
Code:
Time.Left....: 1 year, 202 days
Code:
Speed........:    15067 c/s Real,    15196 c/s GPU
What kind of hash are you trying to crack? The time depends on the used PSA.
For increased speed i recommend buying 4x AMD 7970.
The calculated left time doesn't seem to be correct though.
95^11 = 5,68800092276459960938e21 combinations
95^11/15100/60/60/24/365 = 11944723580 years
	
 
	
	
	
	
 
 
	
	
	
		
	Posts: 8
	Threads: 3
	Joined: Apr 2012
	
	
 
	
	
		the problem is im carcking wp hashes and -lite doesnt support it.
	
	
	
	
	
 
 
	
	
	
		
	Posts: 5,232
	Threads: 233
	Joined: Apr 2010
	
	
 
	
	
		 (04-06-2012, 12:15 PM)undeath Wrote:  95^11 = 5,68800092276459960938e21 combinations
95^11/15100/60/60/24/365 = 11944723580 years
integer overflow
	
 
	
	
	
	
 
 
	
	
	
		
	Posts: 5,232
	Threads: 233
	Joined: Apr 2010
	
	
 
	
	
		 (04-06-2012, 12:19 PM)Crim3R Wrote:  the problem is im carcking wp hashes and -lite doesnt support it.
because you should not brute-force wp hashes and -lite does support only brute-force.
	
 
	
	
	
	
 
 
	
	
	
		
	Posts: 8
	Threads: 3
	Joined: Apr 2012
	
	
 
	
	
		so whats the best way for wordpress hashes in case that i know hash in 11 characters
	
	
	
	
	
 
 
	
	
	
		
	Posts: 414
	Threads: 14
	Joined: Mar 2012
	
	
 
	
	
		grab some good dictionaries..
use 
hashcat-utils to extract the words with only 11 characters using "len" tool..
run the attack with ur filtered dict.. ; )