PDA

View Full Version : hcxdumptool: failed to transmit internal beacon



DerNikkl
2022-02-24, 18:45
Hello,

when I run the following command:
sudo hcxdumptool -i wlan0 -o dumpfile.pcapng --active_beacon --enable_status=15, i get following output:



initialization of hcxdumptool 6.2.5...

start capturing (stop with ctrl+c)
NMEA 0183 SENTENCE........: N/A
INTERFACE NAME............: wlan0
INTERFACE PROTOCOL........: IEEE 802.11
INTERFACE TX POWER........: 20 dBm (lowest value reported by the device)
INTERFACE HARDWARE MAC....: cc6b1e528c17 (not used for the attack)
INTERFACE VIRTUAL MAC.....: cc6b1e528c17 (not used for the attack)
DRIVER....................: rtw_8822ce
DRIVER VERSION............: 5.16.0-kali1-amd64
DRIVER FIRMWARE VERSION...: N/A
openSSL version...........: 1.1
ERRORMAX..................: 100 errors
BPF code blocks...........: 0
FILTERLIST ACCESS POINT...: 0 entries
FILTERLIST CLIENT.........: 0 entries
FILTERMODE................: unused
WEAK CANDIDATE............: 12345678
ESSID list................: 0 entries
ACCESS POINT (ROGUE)......: 005079d80cb9 (BROADCAST HIDDEN used for the attack)
ACCESS POINT (ROGUE)......: 005079d80cba (BROADCAST OPEN used for the attack)
ACCESS POINT (ROGUE)......: 005079d80cbb (used for the attack and incremented on every new client)
CLIENT (ROGUE)............: b0febd685599
EAPOLTIMEOUT..............: 20000 usec
EAPOLEAPTIMEOUT...........: 2500000 usec
REPLAYCOUNT...............: 64718
ANONCE....................: 38f36c4102b64c75d7d08b0fd5c8de7d89c09511ca4b09d384 f6c03610dd9385
SNONCE....................: 742aa41b4833c03dc4169b2509479417f0f5039847174060a5 1006967eeeda1d

18:27:11 2412/1 ffffffffffff b44bd626ba02 WifiAccessPoint [BEACON]
18:27:11 2412/1 ffffffffffff 9eb94eb8e3c1 [HIDDEN BEACON]
18:27:11 2412/1 ffffffffffff eca81f2e2660WifiAccessPoint [BEACON]
18:27:11 2412/1 ffffffffffff eea81f2e2662 WifiAccessPoint [BEACON]
18:27:11 2412/1 ffffffffffff eea81f2e2664 WifiAccessPoint [BEACON]
18:27:11 2412/1 ffffffffffff 3e71bf3ebbb4 WifiAccessPoint [BEACON]
18:27:11 2412/1 ffffffffffff bce92f000af9 WifiAccessPoint [BEACON]
18:27:12 2417/2 0009b09d0e33 eca81f2e2660 WifiAccessPoint [PROBERESPONSE]
18:27:12 2417/2 0009b09d0e33 eea81f2e2662 WifiAccessPoint [PROBERESPONSE]
18:27:12 2417/2 driver is busy: failed to transmit internal beacon
18:27:13 2417/2 driver is busy: failed to transmit proberesponse
18:27:13 2417/2 driver is busy: failed to transmit proberesponse
18:27:14 2417/2 driver is busy: failed to transmit proberesponse
18:27:14 2417/2 driver is busy: failed to transmit internal beacon
18:27:15 2417/2 driver is busy: failed to transmit proberesponse
18:27:15 2417/2 driver is busy: failed to transmit proberesponse
18:27:16 2422/3 driver is busy: failed to transmit internal beacon
18:27:16 2422/3 driver is busy: failed to transmit internal beacon
18:27:16 2422/3 driver is busy: failed to transmit internal beacon
18:27:17 2422/3 driver is busy: failed to transmit proberesponse
18:27:18 2422/3 driver is busy: failed to transmit proberesponse
18:27:18 2422/3 driver is busy: failed to transmit proberesponse
18:27:19 2422/3 driver is busy: failed to transmit proberesponse
18:27:19 2422/3 driver is busy: failed to transmit proberesponse
18:27:20 2427/4 driver is busy: failed to transmit internal beacon
18:27:20 2427/4 driver is busy: failed to transmit internal beacon
18:27:20 2427/4 driver is busy: failed to transmit internal beacon
18:27:20 2427/4 driver is busy: failed to transmit proberesponse
18:27:22 2427/4 driver is busy: failed to transmit proberesponse
18:27:22 2427/4 driver is busy: failed to transmit proberesponse
18:27:23 2427/4 driver is busy: failed to transmit proberesponse
18:27:23 2427/4 driver is busy: failed to transmit proberesponse
18:27:24 2432/5 driver is busy: failed to transmit internal beacon
18:27:24 2432/5 driver is busy: failed to transmit internal beacon
18:27:24 2432/5 driver is busy: failed to transmit internal beacon
18:27:25 2432/5 driver is busy: failed to transmit proberesponse
18:27:26 2432/5 driver is busy: failed to transmit proberesponse
18:27:26 2432/5 driver is busy: failed to transmit proberesponse
18:27:27 2432/5 driver is busy: failed to transmit proberesponse
18:27:27 2432/5 driver is busy: failed to transmit proberesponse
18:27:28 2437/6 driver is busy: failed to transmit internal beacon
18:27:28 2437/6 driver is busy: failed to transmit internal beacon
18:27:28 2437/6 driver is busy: failed to transmit internal beacon
18:27:29 2437/6 driver is busy: failed to transmit authenticationrequest
18:27:29 2437/6 driver is busy: failed to transmit deauthentication
18:27:29 2437/6 ffffffffffff b44bd626ba00 WifiAccessPoint [BEACON]
^C18:28:00 2484/14 driver is busy: failed to transmit proberesponse

terminating...
1 driver error encountered


Before I run this, I disable the following services:


sudo systemctl start wpa_supplicant.service
sudo systemctl start NetworkManager.service


I tried my internal Wi-Fi card and an ALFA Networks AWUS036EAC.

Does someone have a solution for this problem?