HCCAP Converter for Windows (w/ source)
#1
This is a pet project of mine that I've been working on for the last couple of weeks. It is a Windows GUI application that can convert CAP files to HCCAP files (and vice versa) and optionally edit the information contained within them. It is similar to aircrack-ng with the -J switch or cap2hccap but with these added benefits...

1. Accepts both CAP and HCCAP files as input
2. Allows the user to see and edit the relevant WPA handshake information
3. Saves the information in either CAP or HCCAP format
4. Runs natively on Windows without the need for dependencies (Wireshark, WinPcap, libpcap, etc)

Here is a screenshot:
[Image: screenshot.png]

It was written entirely in Visual Basic 6 and the source code + exe are available on GitHub here:

https://github.com/wpatoolkit/Cap-Converter

If you import a file and it displays the wrong information you can submit an issue on GitHub and send me a link to the cap or hccap you used so I can investigate it further. So far it seems to work for all the caps and hccaps I've tested with it. Any feedback would be appreciated.


Messages In This Thread
HCCAP Converter for Windows (w/ source) - by Eleadon - 11-20-2015, 02:36 PM