airmon-ngを使用しようとするとエラーが返されます。

airmon-ngを使用しようとするとエラーが返されます。

だから私はいくつかのMacアドレスを取得し、Nethunterが「ofcの許可を得て」認証を無効にするためにairmon-ngを使ってみました。 airmonはこれを返します。


ls: cannot access '/sys/class/net': No such file or directory
PHY     Interface       Driver          Chipset

null    p2p0            ??????          non-mac80211 device? (report this!)
null    wlan0           ??????          non-mac80211 device? (report this!)

root@localhost:~#

ベストアンサー1

の出力は何ですかls /sys/class/net

$ ls -l /sys/class/net/
total 0
lrwxrwxrwx 1 root root 0 Jan 30 18:23 enp7s0f1 -> ../../devices/pci0000:00/0000:00:1d.5/0000:07:00.1/net/enp7s0f1/
lrwxrwxrwx 1 root root 0 Jan 30 18:23 lo -> ../../devices/virtual/net/lo/
lrwxrwxrwx 1 root root 0 Jan 30 18:23 wlp0s20f3 -> ../../devices/pci0000:00/0000:00:14.3/net/wlp0s20f3/

ネットワークインターフェイスのリストを取得する必要があります。そうでなければ、システムに問題があるのです。

おすすめ記事