Cannot generate PMKID.txt
#1
I need help generating a PMKID.txt file. When I run this command "hcxpcaptool -z PMKID.txt -o hcxdump.hccapx -E wordlist -I identitylist -U usernamelist -P PMKlist -T trafficlist *.pcapng" no PMKID.txt file is generated. I need help , thanks.
Reply
#2
If you didn't captured a valid PMKID, your file PMKID.txt (-z) remains empty. The same applies for your file hcxdump.hccapx (-o) if you didn't captured a valid handshake.
Reply
#3
(02-03-2019, 05:54 PM)ZerBea Wrote: If you didn't captured a valid PMKID, your file PMKID.txt (-z) remains empty. The same applies for your file hcxdump.hccapx (-o) if you didn't captured a valid handshake.

When I ran this command "hcxdumptool -i wlan2 -o hcxdump.pcapng --enable-status=3" it showed it found PKIDs, handshakes, etc. It even created hcxdump.pcapng file. So I don't understand why I'm having this issue.
Reply
#4
Please post the output of:
$ hcxpcaptool -V hcxdump.pcapng

output (from hcxdumptool and hcxpcaptool) should look like this one here:
https://hashcat.net/forum/thread-6661-po...l#pid42993
Reply
#5
(02-03-2019, 06:08 PM)ZerBea Wrote: Please post the output of:
$ hcxpcaptool -V hcxdump.pcapng

I'm sorry, I feel so dumb 🤦🏽‍♂️🤦🏽‍♂️. When the hcxdump file was created on hcxdumptool folder I don't move it to hcxtools folder, therefore it wasn't being detected by the command. I'm sorry, and thank you for the quick response. This thread and be closed. Thanks again.
Reply
#6
No problem - but your post reminds me to update hcxtools thread.
Reply
#7
By latest hcxtools commit,
https://github.com/ZerBea/hcxtools/commi...72fa4e1401

now, hcxpcaptool will show a warning if no captures are loaded:
$ hcxpcaptool -z PMKID.16800 -o eapol.hccapx *.pcapng

warning: no capture file loaded
Reply