Airmon-ng가 모니터 인터페이스를 생성하지 못함

Airmon-ng가 모니터 인터페이스를 생성하지 못함

airmon-ng를 시작하려고 하면 다음과 같은 결과가 나타납니다.

# airmon-ng start wlan0

Found 5 processes that could cause trouble.
If airodump-ng, aireplay-ng or airtun-ng stops working after
a short period of time, you may want to kill (some of) them!

PID     Name
993     avahi-daemon
994     NetworkManager
999     avahi-daemon
1539    wpa_supplicant
4568    dhclient
Process with PID 4568 (dhclient) is running on interface wlan0


Interface   Chipset     Driver

wlan0       Broadcom    b43 - [phy0]

내가 그 프로세스를 죽일 때

kill -9 993 994 999 1539 4568

그것은 도움이 되지 않습니다. airodump-ng 및 aireplay-ng가 작동하지 않습니다.

답변1

귀하의 장치가 지원되는지 확인하고 싶을 수도 있습니다. 참조지원되는 장치 목록.

관련 정보