How to turn Kali linux & Ubuntu into Monitor Mode Using Terminal
Hai Friends,
Welcome to Technical server. In this tutorial we are going to discuss about how to turn our PC into monitor mode using terminal.
Monitor mode allows a computer with a wireless network interface controller (WNIC) to monitor all traffic received on a wireless channel.
We can check the current status of our network mode by typing:
The default network mode is managed.
For swaping PC mode it into monitor mode, the command that we are using is :
Then again type:
If all goes well, then we will get a result as like this:
Thanks for reading our website and this tutorial!!!
Welcome to Technical server. In this tutorial we are going to discuss about how to turn our PC into monitor mode using terminal.
Monitor mode allows a computer with a wireless network interface controller (WNIC) to monitor all traffic received on a wireless channel.
We can check the current status of our network mode by typing:
sudo iwconfig
For swaping PC mode it into monitor mode, the command that we are using is :
sudo airmon-ng check kill
sudo airmon-ng start wlan0
Then again type:
sudo iwconfig
If all goes well, then we will get a result as like this:
Thanks for reading our website and this tutorial!!!