# COMMANDS FOR WIFI HACKING
$ iwconfig --> to check the wifi is on monitor mode or not
$ airmon-ng check kill --> to check and stop any ongoing wifi processes
$ airmon-ng start wlan0 --> to start wlan0 in monitor mode
$ iwconfig --> check wlan0 is in monitor mode or not
$...