Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Information on WPA hccap file
05-05-2012, 08:08 PM
Post: #1
Information on WPA hccap file
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.
Find all posts by this user
05-06-2012, 12:27 PM
Post: #2
RE: Information on WPA hccap file
is this what you are looking for?
https://hashcat.net/wiki/hccap
Find all posts by this user
05-07-2012, 10:41 PM
Post: #3
RE: Information on WPA hccap file
Yes, thank you, I will write something to 'decode' it.
Find all posts by this user