Hashcat error and no more wifi
#11
in my experience, the built-in intel wifi works acceptably.
But I run hcxdumptool under Arch Linux as recommended by ZerBea.
https://hashcat.net/forum/thread-11349.html

Notebook HP ProBook 445 G7

Code:
lspci 02:00.0 Network controller: Intel Corporation Wi-Fi 6 AX200 (rev 1a) sudo systemctl stop systemd-networkd.socket sudo systemctl disable --now systemd-networkd.service sudo systemctl disable --now iwd.service sudo iw phy phy0 interface add wlan0 type station sudo ip link set wlan0 up sleep 3 hcxdumptool -L phy idx hw-mac      virtual-mac  m ifname          driver (protocol) -----------------------------------------------------------------------------------------   0  4 112233445566 112233445566 + wlan0            iwlwifi (NETLINK)
Reply
#12
I bought that https://www.amazon.com.be/-/en/dp/B002SZ...ct_details, I'll send a message to say if everything works correctly once I had the time to try with it
Reply
#13
It will work as expected.
At the moment I'm running this device for some tests.

The driver fix has not found its way into the Linux kernel:
https://github.com/ZerBea/hcxdumptool/di...nt-7551692
As a result the device need to be replugged before next use.
Reply
#14
That's what I mean by "acceptably"

Code:
30 ERROR(s) during runtime Possible reasons: driver is broken driver is busy (misconfigured system, other services access the INTERFACE) 772298 Packet(s) captured by kernel 1398 Packet(s) dropped by kernel 1 SHB written to pcapng dumpfile 1 IDB written to pcapng dumpfile 1 ECB written to pcapng dumpfile 1677 EPB written to pcapng dumpfile exit on sigterm

The hcxdumptool ran for 7 hours
sudo hcxdumptool -i wlan0 -w dump.pcapng --bpf=attack.bpf -c 1a,3a,6a,9a,11a -t 5

Code:
hcxdumptool -v hcxdumptool 6.3.2-187-g504778b (C) 2024 ZeroBeat running on Linux kernel 6.6.10-arch1-1 running GNU libc version 2.38 compiled by gcc 13.2.1 compiled with Linux API headers 6.4.0 compiled with GNU libc headers 2.38 enabled REALTIME DISPLAY disabled GPS support disabled BPF compiler
Reply