How to set Wireless Interface in Monitor or Managed Mode in Kali Linux or Parrot OS

Поділитися
Вставка
  • Опубліковано 14 вер 2024
  • To check whether Wireless Interface in Monitor, Master or Managed mode Type:
    sudo iwconfig
    By default, wireless devices mode is set to Managed which means that we can connect to the network.
    But, If you want to set the wireless interface to Monitor type:
    airmon-ng start [interface]
    Example: airmon-ng start wlan0
    OR
    ifconfig [interface] down
    iwconfig [interface] mode Monitor
    ifconfig [interface] up

КОМЕНТАРІ • 3