Monitor Mode
Starting monitor mode
Identify interface name
Enable monitor mode
When putting a card into monitor mode, it will automatically check for interfering processes. It can also be done manually by running the following command:
we can terminate these processes using the airmon-ng check kill command.
Use specific channel
monitor mode on channel 11. This ensures that the wlan0 interface operates specifically on channel 11 while in monitor mode.
We can stop the monitor mode on the wlan0mon
interface using the command airmon-ng stop wlan0mon
.