I updated aptitude, installed aircrack-ng, but still airmon-ng command in not working...
Asked
Active
Viewed 1,327 times
-1
Ron
- 20,518
- 6
- 57
- 72
surendharan v
- 1
- 1
-
Run it through the terminal and paste the output as part of your answer – TellMeWhy Jun 27 '15 at 18:09
-
Devrobot - I can't understand... please can you explain. – surendharan v Jun 27 '15 at 18:16
-
Run `airmon-ng` through the command line - just type `airmon-ng` – TellMeWhy Jun 27 '15 at 18:21
-
1Devrobot - I did, but it's showing command not found.. – surendharan v Jun 27 '15 at 18:37
-
Install it using `sudo aptitude install aircrack-ng` or `sudo apt-get install aircrack-ng` and run it by `sudo airmon-ng` – Ron Jun 27 '15 at 18:39
-
Ron - i installed by the comment -> sudo aptitude update <- update over, then I tried ->airmon-ng start wlan0<- but no use. – surendharan v Jun 27 '15 at 18:50
-
Ron - thank you, -> sudo airmon-ng <- , works... – surendharan v Jun 27 '15 at 18:52
1 Answers
0
It should be noted that the airmon-ng command requires root priveleges, which can be gained through sudo:
sudo airmon-ng
nixpower
- 1,200
- 5
- 18