M BUZZ CRAZE NEWS
// news

Cannot use command airmon-ng

By John Parsons

So when ever I use the command airmon-ng start wlan0 or just airmon-ng I get this error bash: airmon-ng: command not found. Ive looked at another form similar to this but it didn't help me.

2

1 Answer

To get this command you have to add universe pocket and install single package from it:

sudo apt-add-repository universe
sudo apt-get update
sudo apt-get install aircrack-ng

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy