美文网首页
查看干扰进程

查看干扰进程

作者: 大学霸IT达人 | 来源:发表于2020-04-22 14:31 被阅读0次

    查看干扰进程

    当用户设置无线网卡为监听模式时,可能会有一些后台程序干扰,导致无法成功启动监听模式。大学霸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。

    相关文章

      网友评论

          本文标题:查看干扰进程

          本文链接:https://www.haomeiwen.com/subject/tgsiihtx.html