Wireless
Choosing a wireless module
Using an ALFA Wireless Adapter in Linux (Kali)
sudo ifconfig wlan0 down
sudo airmon-ng check kill
sudo iwconfig wlan0 mode monitor
sudo ifconfig wlan0 upapt remove realtek-rtl88xxau-dkms && apt purge realtek-rtl88xxau-dkms
apt update && apt upgrade
apt autoremove && apt autoclean
# reboot
apt-get dist-upgrade
# reboot
git clone https://github.com/aircrack-ng/rtl8812au
cd rtl8812au
make && make install
# power off the PCSetting TX (transmit) POWER
Cracking WPA
Cracking WEP
with Connected Clients
via a Client
ARP amplification
Cracking WEP /w shared key AUTH
Cracking a Clientless WEP (FRAG AND KOREK)
{FRAG}
{KOREK}
Karmetasploit
Pyrit
pyrit DB attacks
MISC
Bridge-control man in the middle
airgraph-ng
airdecap-ng
Option
Param.
Description
Remove the wireless headers from an open network (no encryption) capture:
Decrypt a WEP-encrypted capture using a hexadecimal WEP key:
Decrypt a WPA/WPA2 encrypted capture using the passphrase:
WPA/WPA2 Requirements
Combining CSV files
Man-in-the-middle with Bettercap
Misc
Last updated