This is a draft cheat sheet. It is a work in progress and is not finished yet.
Basic Commands
iwconfig |
Show wireless interfaces |
iwlist |
Show informations about wireless interfaces |
iwlist wlan0 scanning |
Show information about wireless networks next to interface |
iwconfig wlan0 channel <n> |
Change the channel of interface wlan0 to <n> |
iwconfig wlan0 down |
Disables wlan0 interface |
iwconfig wlan0 up |
Enables wlan0 interface |
iwconfig wlan1 mode <Ad-Hoc|Auto|Maganed|Master|Monitor|Repeater|Secondary> |
Change mode of interface wlan0 |
Aircrack-ng basic
airmon-ng check kill |
Disabel all process that could causa troubles in wifi hacking |
airmon-ng start wlan0 |
Put wlan0 interface on monitor mode |
airmon-ng stop wlan0mon |
Put wlan0 interface back to normal |
airodump-ng wlan0mon |
Start packet capture on wlan0mon |
airodump-ng wlan0mon --channel <n> --essid <Wifi-Name> |
Filter packter capture with channel and Wifi ESSID |
airodump-ng wlan0mon --channel <n> --essid <Wifi-Name> -w <filename> |
Record packet capture in <filename> |
airodump-ng -r file.pcap |
Reads file.pcap as in airodump-ng |
aireplay-ng --deauth <n> -a <BSSID> wlan1mon |
Send DoS attack on BSSID with n packets. 0 means infinity loop. |
|
|
|