因此,我试图使用airmon-ng,这样我就可以获得一些mac地址,并在允许的情况下删除它们,Nethunter和airmon上的ofc‘im将返回以下内容
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:~#发布于 2020-01-30 16:45:47
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/你应该得到你的网络接口列表。如果没有,那么你的系统就会一团糟。
https://unix.stackexchange.com/questions/564955
复制相似问题