05-05-2012, 08:08 PM
Hi,
Here is a typical output for WPA crack on cudahashcat v0.08:
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.
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.