Linux Deployアプリケーションを使用してルート化されたLG G3 Android 5.0デバイス、すべてのコンポーネントとともにKali Linux 2.0がインストールされました。
SSH経由でKali Linuxに接続し、無線トラフィックを監視してみました。
$ ifconfig wlan0
wlan0 Link encap:Ethernet HWaddr 34:...:b9
inet addr:172.20.10.6 Bcast:172.20.10.15 Mask:255.255.255.240
inet6 addr: f0...b9/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:428 errors:0 dropped:1 overruns:0 frame:0
TX packets:477 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:185189 (180.8 KiB) TX bytes:91160 (89.0 KiB)
$ airmon-ng
PHY Interface Driver Chipset
phy0 p2p0 wcnss_wlan Not pci, usb, or sdio
phy0 wlan0 wcnss_wlan Not pci, usb, or sdio
$ airmon-ng start wlan0
Found 2 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
1588 wpa_supplicant
8679 dhcpcd
PHY Interface Driver Chipset
phy0 p2p0 wcnss_wlan Not pci, usb, or sdio
phy0 wlan0 wcnss_wlan Not pci, usb, or sdio
Failed to set wlan0mon up using ip
command failed: No such device (-19)
(mac80211 monitor mode vif enabled for [phy0]wlan0 on [phy0]wlan0mon)
(mac80211 station mode vif disabled for [phy0]wlan0)
これ以降はwlan0
使用できなくなり、表示されませんifconfig
。実行中のaircrack-ngプロセスがないようで、それを回復する唯一の方法は、電話を再起動することです。
# after running airmon-ng start wlan0
$ airmon-ng
PHY Interface Driver Chipset
phy0 p2p0 wcnss_wlan Not pci, usb, or sdio
今回の失敗の理由は何でしたか?
ベストアンサー1
WiFiアダプタがモニタモードをサポートしていない場合、wlan0
この現象が発生する可能性があります。
特に、LG G3内部WiFiデバイスはモニタモードをサポートしていません。