7

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?

SirCharlo
  • 40,096
pranphy
  • 1,668

4 Answers4

12

Install the aircrack package first, then you will be able to use the airmon-ng command.

Here's how

Open a terminal and type:

sudo apt-get install aircrack-ng

You may now use the command.

sudo airmon-ng start wlan0
Adnan
  • 103
5

get THIS package and open that with Software center to install . Then you're done .

Then try with sudo airmon-ng start wlan0 it will be fine . Just now i tested myself.

Raja G
  • 105,327
  • 107
  • 262
  • 331
2

Just try sudo airmon-ng in a terminal. It should work for you as worked for me.

Anwar
  • 77,855
-2

Try with:

sudo aptitude update
sudo aptitude install aircrack-ng
Avio
  • 3,098