Posts: 1
	Threads: 1
	Joined: Aug 2018
	
	
 
	
	
		Managed to dump a PMKID, but hcxdumptool did not saied that it found a PMKID. Maybe because "enable status" does not work on my hashcat Version(latest release) without a number imput. "Enable status 8" prints the request status, but no "found PMKID". Hashcat did not crack the hash after 1,5h, so i think the password is longer than 8 digits. What is the command to crack all possible lenghts ? Just add " l?"s ?
	
	
	
	
	
 
 
	
	
	
		
	Posts: 5,232
	Threads: 233
	Joined: Apr 2010
	
	
 
	
	
		The enable status syntax changed in latest version. You need to add a number, see the help menu.
About the mask, please check the mask attack page on wiki: 
https://hashcat.net/wiki/doku.php?id=mask_attack
	 
 
	
	
	
		
	Posts: 1,058
	Threads: 2
	Joined: Jun 2017
	
	
 
	
	
		$ hcxdumptool -h
--enable_status=<digit>            : enable status messages
                                     bitmask:
                                     1: EAPOL
                                     2: PROBEREQUEST/PROBERESPONSE
                                     4: AUTHENTICATON
                                     8: ASSOCIATION
Now we use a bitmask to deliver status messages. Read more about usage here:
For example to retrieve EAPOL and PROEBEREQUEST/PROBERESPONSE you can use
--enable_status=1 --enable_status=2
or via bitmask
--enable_status=3
https://hashcat.net/forum/thread-6661-po...l#pid41488