Posts: 23
 
	
	
		hello i need command which will stop close batch after pass is found in hccapx filepass list2 pass list3 
	
	
	
	
 
 
	
	
	
		
	Posts: 42
 
	
	
		I am no expert but I think something like this might work
	
	
	
	
 
 
	
	
	
		
	Posts: 389
 
	
		
		
		01-25-2020, 01:15 AM 
(This post was last modified: 01-25-2020, 01:16 AM by slyexe .) 
  
		
	 
	
		It'll keep looking if you have more than one digest. Remove the other digest and you'll have no more issues. multicap  file with 6 hashes: 3/6 (50.00%) Digests, 3/6 (50.00%) Salts INFO: Removed 3 hashes found in potfile. 
	
	
	
	
 
 
	
	
	
		
	Posts: 23
 
	
	
		i dont have multicap just 1 network
	
	
	
	
	
 
 
	
	
	
		
	Posts: 389
 
	
	
		 (01-26-2020, 05:08 PM) msalman Wrote:  If thats the case, then after the password is found hashcat will stop.
	
 
	
	
	
	
 
 
	
	
	
		
	Posts: 23
 
	
	
		it wont stop i have test multiple times it will go to next wordlist
	
	
	
	
	
 
 
	
	
	
		
	Posts: 1,058
 
	
		
		
		01-27-2020, 06:05 PM 
(This post was last modified: 01-27-2020, 06:42 PM by ZerBea .) 
  
		
	 
	
		Does it work with the example hash from here if the PSK is in passlist1.txt?
https://hashcat.net/misc/example_hashes/hashcat.hccapx 
64 -m 2500 -t 25 --remove -o cracked.txt 1.hccapx pass/passlist1.txt
Is the hash removed?
How is your handshake converted (tool?) from the original cap file? Does it need nonce-error-corrections?
Did you read docs/status_codes.txt?
status codes on exit:
-2 = gpu-watchdog alarm
-1 = error
0 = OK/cracked
1 = exhausted
2 = aborted
3 = aborted by checkpoint
4 = aborted by runtime
Does your script evaluate them?
It should look like this:
Code:
ls -All
We never reach wordlist3.txt, because the PSK was recovered during second task.
	
 
 
	
	
	
		
	Posts: 23
 
 
	
	
	
		
	Posts: 389
 
	
	
		 (01-27-2020, 09:10 PM) msalman Wrote:  If it's running into exhausted then the password hasn't been found and it'll keep going thru your batch. Once it reaches cracked it'll stop as I previously mentioned.
	
 
	
	
	
	
 
 
	
	
	
		
	Posts: 23
 
	
		
		
		01-28-2020, 03:58 PM 
(This post was last modified: 01-28-2020, 04:00 PM by msalman .) 
  
		
	 
	
		the pass is in my first wordlist
	
Attached Files hamza.zip  (Size: 640 bytes / Downloads: 8)