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
aircrack-ng package installed? If not, you should install it to be able to run one of its commands. Copy-paste the two above commands in a terminal (one at time) and see what happens. (You could also copy-paste here the output of the second command)
– Avio
Sep 24 '12 at 13:26
aptitude preinstalled. However, you can try to replace aptitude with apt-get and write here what happens.
– Avio
Sep 24 '12 at 13:32
apt-get, which is installed by default.
– Scott Severance
Sep 25 '12 at 23:14