Information on WPA hccap file
#1
Hi,

Here is a typical output for WPA crack on cudahashcat v0.08:
Code:
Status.......: Running
Input.Mode...: File (H:\dic.dic)
Hash.Target..: XXXXXXXX (00:11:52:e7:xx:xx <-> xx:xx:f1:f9:e3:b0)
...

I am interested in parsing the ESSID and the MAC adresses directly from the hccap file.
I tried unix 'strings' function on the file, it gave me only the ESSID.
Is there a way to get MAC adresses too ? Or maybe you keep this secret ?

Thanks for answer.
#2
is this what you are looking for?
https://hashcat.net/wiki/hccap
#3
Yes, thank you, I will write something to 'decode' it.