hashcat Forum
Information on WPA hccap file - Printable Version

+- hashcat Forum (https://hashcat.net/forum)
+-- Forum: Deprecated; Ancient Versions (https://hashcat.net/forum/forum-46.html)
+--- Forum: Feature Requests (https://hashcat.net/forum/forum-7.html)
+--- Thread: Information on WPA hccap file (/thread-1144.html)



Information on WPA hccap file - Mem5 - 05-05-2012

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.


RE: Information on WPA hccap file - undeath - 05-06-2012

is this what you are looking for?
https://hashcat.net/wiki/hccap


RE: Information on WPA hccap file - Mem5 - 05-07-2012

Yes, thank you, I will write something to 'decode' it.