Alfa AWUS036NH를 구매하고 제대로 설정한 줄 알았는데, ifconfig
Kali Linux를 실행하면서 이렇게 입력하면 IPv4 주소가 있는 장치가 표시되지 않습니다.
산출:
eth0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet 10.0.2.15 netmask 255.255.255.0 broadcast 10.0.2.255
inet6 fe80::a00:27ff:fef0:7ead prefixlen 64 scopeid 0x20<link>
ether 08:00:27:f0:7e:ad txqueuelen 1000 (Ethernet)
RX packets 2057987 bytes 1965468395 (1.8 GiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 743272 bytes 114166643 (108.8 MiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
lo: flags=73<UP,LOOPBACK,RUNNING> mtu 65536
inet 127.0.0.1 netmask 255.0.0.0
inet6 ::1 prefixlen 128 scopeid 0x10<host>
loop txqueuelen 1000 (Local Loopback)
RX packets 1198257 bytes 1736573576 (1.6 GiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 1198257 bytes 1736573576 (1.6 GiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
wlan0mon: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
unspec 00-11-22-33-44-55-30-3A-00-00-00-00-00-00-00-00 txqueuelen 1000 (UNSPEC)
RX packets 0 bytes 0 (0.0 B)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 0 bytes 0 (0.0 B)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
답변1
출력 에서 ifconfig
:
wlan0mon: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
unspec 00-11-22-33-44-55-30-3A-00-00-00-00-00-00-00-00 txqueuelen 1000 (UNSPEC)
RX packets 0 bytes 0 (0.0 B)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 0 bytes 0 (0.0 B)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
이것이 wlan0
AWUS036NH라고 가정하고 모니터 모드로 설정했습니다. 모니터 모드의 인터페이스는 본질적으로 외부 관찰자입니다. 인터페이스는 보는 모든 네트워크 패킷을 보고하지만 어떤 네트워크에도 속하지 않으므로 IP 주소가 없습니다.