首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >试图使用airmon-ng返回错误

试图使用airmon-ng返回错误
EN

Unix & Linux用户
提问于 2020-01-30 16:01:57
回答 1查看 244关注 0票数 -1

因此,我试图使用airmon-ng,这样我就可以获得一些mac地址,并在允许的情况下删除它们,Nethunter和airmon上的ofc‘im将返回以下内容

代码语言:javascript
复制
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:~#
EN

回答 1

Unix & Linux用户

发布于 2020-01-30 16:45:47

ls /sys/class/net的输出是什么?

代码语言:javascript
复制
$ 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/

你应该得到你的网络接口列表。如果没有,那么你的系统就会一团糟。

票数 0
EN
页面原文内容由Unix & Linux提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://unix.stackexchange.com/questions/564955

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档