kali 设置moniter怎么弄

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了kali 设置moniter怎么弄相关的知识,希望对你有一定的参考价值。

参考技术A 1.前几天刚买的一款Realtek RTL8191SU 的无线网卡,进到虚拟机后想用airmon-ng把网卡切为监听模式但是就会出现(由于图片老是上传失败这里直接复制)
root@kali:~# airmon-ng start wlan0
Found 3 processes that could cause trouble.
If airodump-ng, aireplay-ng or airtun-ng stops working after
a short period of time, you may want to kill (some of) them!
PID Name
3669 dhclient
3734 NetworkManager
4163 wpa_supplicant
PHY Interface Driver Chipset
null wlan0 r8712u Realtek Semiconductor Corp. RTL8191SU 802.11n WLAN Adapter
2.用iwconfig命令确定网卡已经被虚拟机识别并加载
root@kali:~# iwconfig
eth0 no wireless extensions.
wlan0 unassociated Nickname:"rtl_wifi"
Mode:Managed Access Point: Not-Associated Sensitivity:0/0
Retry:off RTS thr:off Fragment thr:off
Encryption key:off
Power Management:off
Link Quality:0 Signal level:0 Noise level:0
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:0 Missed beacon:0
lo no wireless extensions.
3.然后用尝试用iwconfig wlan mode monitor将网卡切到监听模式,然而
root@kali:~# iwconfig wlan0 mode monitor
Error for wireless request "Set Mode" (8B06) :
SET failed on device wlan0 ; Invalid argument.
ps:用iwconfig wlan0 mode ad-hoc/master 能成功将网卡切到adhoc模式和路由器模式
参考技术B 从早到弄到现在,啥驱动都试了,就是不行。其它三个模式可以启动。
比如:master ad-hoc managed 就是尼玛 monitor 启动不了。
8191SU试过 MT7601U 的芯片我也试过,都没用。。
参考技术C 从早到弄到现在,啥驱动都试了,就是不行。其它三个模式可以启动。
比如:master ad-hoc managed 就是尼玛 monitor 启动不了。
8191SU试过 MT7601U 的芯片我也试过,都没用。。

以上是关于kali 设置moniter怎么弄的主要内容,如果未能解决你的问题,请参考以下文章

Monit 守护程序 - 连接到 monit 守护程序时出错

Linux 下使用 Monit 实现服务挂掉自动拉起

monit配置文件

Monit

monit安装

Monit : 开源监控工具介绍