-
Notifications
You must be signed in to change notification settings - Fork 395
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
failed to read packet: Network is down #12
Comments
Does hcxdumptool have full and only access to the interface? hcxdumptool running a raw socket. Is this supported by the driver? Does packet injection work? |
Does tcpdump work on Intel Wireless-AC 9260 (iwlwifi kmod)? |
I disconnected WiFi in NetworkManager so it probably wouldn't interfere. When I previously used tcpdump on the WiFi interface I only saw the probe requests sent out by hcxdumptool. That probably means that monitor mode isn't working properly, right?
|
Yes, that looks like a driver issue. |
Generally iwlwifi seems to support both monitor mode and packet injection, I'll retry later tonight on a AC-7260 and if that doesn't work I'll close this issue for lack of driver support. |
For your forum post: ath9k and ath10k cards usually work well wit h regard to monitor mode/packet injection on linux. I tried this on a Compex WLE600VX (QCA9882, https://www.compex.com.sg/product/wle600vx/) and capturing it just worked. |
Thanks, |
ath9k_htc are 11n usb sticks, can't recommend any, nor their driver. For WiFi MiniPCIe is still king. That being said, after ~20 minutes I don't seem to have found any PMKID on the ath10k card.
Looking into the pcapng with Wireshark I can see alot of malformed (re)association responses, is that the issue you're seeing with ath9k_htc as well? |
Yes, I think so. Maybe I'm able to find a solution for that Frame CheckSum (FCS) issue. struct ath_tx_radiotap_header |
Added hardware handshake (instead of software handshake). Now ATHEROS driver should work, too. |
This shrunk the amount of malformed packets from 50% to around 25%.
No PMKID found yet :( |
root@kali:~/Desktop/hcxdumptool# ./hcxdumptool -o hash -i wlan0mon --filterlist=filter.txt --filtermode=2 --enable_status=1 start capturing (stop with ctrl+c) INFO: cha=7, rx=3695, rx(dropped)=930, tx=72, powned=0, err=0 anyone can solve this problem? i wll use Alfa wireless device and airmon-ng check kill all process! |
Are you running hcxdumptool on the physical interface or on a virtual interface created by airmon-ng? What type of Alfa do you use (awus....)? What is the output of failed to read packet: Network is down Please read this: |
ALFA |
I assume, you use the latest version of hcxdumptool. If not, please do git pull or git clone.
airmon-ng is designed to run with aircrack-ng tools and not with hcxdumptool, but it is know to work on many platforms, but it fails sometimes on KALI: Identify all(!) services that take access to the device and stop them (NetworkManager, wpa-supplicant) Check your KALI configuration (is wireless-regdom configured). KALI is designed for penetration testers and neither easy to configure nor easy to use!!! |
Fix cppcheck warnings
I'm trying to capture using an Intel Wireless-AC 9260 (iwlwifi kmod)
and run into the following issue, without the tool finding anything usable.
I put the device into monitor mode beforehand:
And made sure that the admin state is up.
What could be the issue?
The text was updated successfully, but these errors were encountered: