Ethical Hacking || Managed Mode VS Monitor Mode || Setting external Wi-Fi adapter with Kali Linux

Опубликовано: 12 Май 2026
на канале: GulfamTech Haldwani
2,262
149

The first step toward wireless Ehical Hacking is to setup external Wi-Fi adapter and change Wi-Fi adapter from managed mode to monitor mode

Command Used to change Wi-Fi adapter from Managed Mode to Monitor Mode

1-ifconfig wlan0 down command is used for disabling the interface.
2-airmon-ng check kill command is used to kill any process that could interfere with using my interface in monitor mode. After this command, your internet connection will be lost.
3-iwconfig wlan0 mode monitor command is used to enable monitor mode
4-ifconfig wlan0 up command is used to enable the interface
5-iwconfig command shows that the details of wireless interface.

#WiFi
#Monitormode
#Ethicalhacking