Advertisement
Help Keep Boards Alive. Support us by going ad free today. See here: https://subscriptions.boards.ie/.
If we do not hit our goal we will be forced to close the site.

Current status: https://keepboardsalive.com/

Annual subs are best for most impact. If you are still undecided on going Ad Free - you can also donate using the Paypal Donate option. All contribution helps. Thank you.
https://www.boards.ie/group/1878-subscribers-forum

Private Group for paid up members of Boards.ie. Join the club.

handshake cracking

  • 23-01-2020 01:38AM
    #1
    Closed Accounts Posts: 77 ✭✭


    Hi there

    I've been training on Kali Linux for the past couple of weeks. I've captured a WPA2 handshake and I want to have a go at cracking it.

    I have visited naive hashcat website and now converted the .cap file to a hccapx file. Now I have the file saved and ready to be cracked.

    I have installed most recent kali on usb boot.

    The router I'm testing is a Talk Talk Hub.

    Any advice in what to do next? I haven't got further than this.


Comments

  • Posts: 11,642 ✭✭✭✭ [Deleted User]


    Hi there

    I've been training on Kali Linux for the past couple of weeks. I've captured a WPA2 handshake and I want to have a go at cracking it.

    I have visited naive hashcat website and now converted the .cap file to a hccapx file. Now I have the file saved and ready to be cracked.

    I have installed most recent kali on usb boot.

    The router I'm testing is a Talk Talk Hub.

    Any advice in what to do next? I haven't got further than this.

    I don't really use Kali, preferring to install the tools to my Debian machines instead. I can't remember is hashcat installed by default in Kali?

    So, first step is ascertain is hashcat installed, and if not, install it.

    Then run hashcat against the hcappx file. The command will look something like:

    hashcat64 -m 2500 -d 3 Handshake.hccapx" eightdigit_wordlist.txt


  • Closed Accounts Posts: 77 ✭✭Elite Woad Raider


    I haven't checked. It would be strange if it wasn't.


  • Posts: 11,642 ✭✭✭✭ [Deleted User]


    I haven't checked. It would be strange if it wasn't.


    Just checked the Kali site. Its installed. This guide should walk you through everything you need to know


Advertisement