In the terminal I get Command not found when I type:
airmon-ng start wlan0
What can I do to access the airmon-ng command?
In the terminal I get Command not found when I type:
airmon-ng start wlan0
What can I do to access the airmon-ng command?
Install the aircrack package first, then you will be able to use the airmon-ng command.
Open a terminal and type:
sudo apt-get install aircrack-ng
You may now use the command.
sudo airmon-ng start wlan0
Try with:
sudo aptitude update
sudo aptitude install aircrack-ng