08-09-2018, 11:38 PM
(08-04-2018, 06:50 PM)atom Wrote: The content of the written file will look like this:
Quote:2582a8281bf9d4308d6f5731d0e61c61*4604ba734d4e*89acf0e761f4*ed487162465a774bfba60eb603a39f3a
The columns are the following (all hex encoded):
- PMKID
- MAC AP
- MAC Station
- ESSID
I tried the above WPA Supplicant method of obtaining the PMKID (which worked beautifully), so now I have the 32 char PMKID, and have the MAC of both the AP and the STA, but for some reason I can't figure out the format of the ESSID.
My assumption is that it's the string of the SSID converted to hex, but I tried converting ed487162465a774bfba60eb603a39f3a back to a readable string to no success.
Any suggestions on converting my known SSID (for example Linksys) to the right format for that final hex encoded bit?