查看干扰进程

查看干扰进程

当用户设置无线网卡为监听模式时,可能会有一些后台程序干扰,导致无法成功启动监听模式。大学霸IT达人用户可以使用airmong-ng check命令查看干扰的进程。如下所示:

C:\root> airmon-ng check

Found 2 processes that could cause trouble.
Kill them using 'airmon-ng check kill' before putting
the card in monitor mode, they will interfere by changing channels
and sometimes putting the interface back in managed mode

    PID Name
  16360 NetworkManager
  16378 wpa_supplicant
从输出的信息可以看到,有两个干扰进程,分别是NetworkManager和wpa_supplicant。

posted @ 2020-04-22 14:33  大学霸  阅读(235)  评论(0编辑  收藏  举报