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/

네트워크 인터페이스 목록을 가져와야 합니다. 그렇지 않다면 시스템에 문제가 있는 것입니다.

관련 정보