Hcxdump syntax change #330
Replies: 3 comments
-
First of all, this command line Since 6.3.0 the entire real time display changed from water fall to split screen (AP status above, CLIENT status below).
Due to performance reasons, all soft coded filter lists has been removed, because they are slow. example to perform an EAPOL (PMKID) attack on a single AP:
Watch the AP Display: Please notice: Please read this comments, starting with: BTW: |
Beta Was this translation helpful? Give feedback.
-
I forgot to mention: Please notice that frequency and power settings highly depend on wireless regulatory domain settings and hcxdumptool respect/use this settings. If the regulatory domain is unset, you have the highest restrictions:
Option -I show you the regulatory domain settings in use and its restrictions (e.g sudo iw reg set US):
The impact of this settings is huge (e.g sudo iw reg set IN):
As already mentioned above, impact of this settings is really huge (e.g sudo iw reg set DE):
If you would like to get benefit of all features (and there are a lot of features) some knowledge (as mentioned in README.md) might be helpful:
|
Beta Was this translation helpful? Give feedback.
-
Nice example is here: |
Beta Was this translation helpful? Give feedback.
-
Some of the documentation hasn't kept up with the latest syntex for example
~# hcxdumptool -i wlan1mon -o galleria.pcapng --enable__status=1
Is no longer a valid command in 6.3.1
-o i believe has been replaced with a -w and --enable_status=1 is no longer valid
--filterlist_ap=targetBSSID isn't valid but what is?
--filtermode=2 is not valid either.
So if i wanted to perform a PMKID attack, how would I capture the needed traffic from a specific basestation MAC? THat way I can use hashcat?
Also I thought that if did sudo hcxdumptool -i wlan1 -w test.22000 test.pcapng, that it would attempt to collect all traffic from the "seen" ssids, but I have never seen a timestamp or
PMKID found:XXXXXX (SSID) output line in 6.3.1 like i did in earlier versions.
Beta Was this translation helpful? Give feedback.
All reactions