Posts: 5
	Threads: 1
	Joined: Dec 2014
	
	
 
	
	
		Hi!
I use this command:
Code:
oclHashcat64.exe -m 2500 hi2.hccap password.txt
And in status, shows me:
Status: Exhausted
![[Image: Jf4t8aB.gif]](http://i.imgur.com/Jf4t8aB.gif) 
![[Image: AALrbNC.png]](http://i.imgur.com/AALrbNC.png) (oclHashcat v1.31 | Windows 7 SP1 | 8 GB RAM | Catalyst Version 14.9)
(oclHashcat v1.31 | Windows 7 SP1 | 8 GB RAM | Catalyst Version 14.9)
¿What is the problem?
Many thanks.
	
 
 
	
	
	
		
	Posts: 117
	Threads: 0
	Joined: Nov 2013
	
	
 
	
	
		You ran out of words in your dictionary. There are only 6 words in there. Use a larger dictionary.
	
	
	
	
	
 
 
	
	
	
		
	Posts: 5
	Threads: 1
	Joined: Dec 2014
	
	
 
	
		
		
		12-12-2014, 03:51 AM 
(This post was last modified: 12-12-2014, 03:52 AM by sugusrojo.)
		
	 
	
		 (12-12-2014, 03:42 AM)coolbry95 Wrote:  You ran out of words in your dictionary. There are only 6 words in there. Use a larger dictionary.
Yes, i use a example.
Check this:
![[Image: Rl4K6DZ.png]](http://i.imgur.com/Rl4K6DZ.png) 
	 
	
	
	
	
 
 
	
	
	
		
	Posts: 649
	Threads: 18
	Joined: Nov 2010
	
	
 
	
	
		It would appear that you once again exhausted your dictionary.
	
	
	
	
	
 
 
	
	
	
		
	Posts: 5
	Threads: 1
	Joined: Dec 2014
	
	
 
	
	
		 (12-12-2014, 03:55 AM)radix Wrote:  It would appear that you once again exhausted your dictionary.
How do I fix this? I use another dictionary and tells me the same thing.
Thank you!
	
 
	
	
	
	
 
 
	
	
	
		
	Posts: 649
	Threads: 18
	Joined: Nov 2010
	
	
 
 
	
	
	
		
	Posts: 5
	Threads: 1
	Joined: Dec 2014
	
	
 
	
		
		
		12-12-2014, 04:53 AM 
(This post was last modified: 12-12-2014, 04:55 AM by sugusrojo.)
		
	 
	
		Thanks for the reply.
I tried a larger dictionary and me still says the same error.
For example, I downloaded a dictionary of internet and also throws me the same error.
I tried to use OclHashcat in another directory, another hccap file and other (greater and boys) dictionary, but still with the same "Status Exhausted"
![[Image: uy9iTzK.png]](http://i.imgur.com/uy9iTzK.png) 
![[Image: xmHTKCE.png]](http://i.imgur.com/xmHTKCE.png) 
	 
 
	
	
	
		
	Posts: 2,935
	Threads: 12
	Joined: May 2012
	
	
 
	
	
		Dude, it's not an error. It's simply telling you that the password was not found in your search space. You're doing a dictionary attack, so it means that the password was not found in any of the dictionaries you've tried.
	
	
	
	
	
 
 
	
	
	
		
	Posts: 5
	Threads: 1
	Joined: Dec 2014
	
	
 
	
	
		 (12-12-2014, 04:57 AM)epixoip Wrote:  Dude, it's not an error. It's simply telling you that the password was not found in your search space. You're doing a dictionary attack, so it means that the password was not found in any of the dictionaries you've tried.
Oh.
Sorry. My bad.
Many many thanks for the patience.