查看干擾進程
當(dāng)用戶設(shè)置無線網(wǎng)卡為監(jiān)聽模式時,可能會有一些后臺程序干擾,導(dǎo)致無法成功啟動監(jiān)聽模式。大學(xué)霸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。