hcxdumptool - missing frames w/ filtering
#1
Hello!

I'm newby, so please forgive my ignorance.

Using: 
Code:
hcxdumptool -i wlan0 -o dump.pcapng --enable_status=31 
i could get PMKID and EAPOL from all my and my neighbours routers.

But i need only to scan for my own one, so next l did filtering with 2.4 GHz wifi MAC address:
Code:
hcxdumptool -i wlan0 -o dump.pcapng --enable_status=31 --do_targetscan=XX:XX:XX:XX:XX:XX
and after i run hcxpcapngtool i got error:

Information: missing frames!

This dump file does not contain enough EAPOL M1 frames.
It always happens if the capture file was cleaned or
it could happen if filter options are used during capturing.
That makes it impossible to calculate nonce-error-correction values.

I read that filtering could cause some info lost, but how could i scan my own router only, without interfering my neighbours?

Please advice.
Reply


Messages In This Thread
hcxdumptool - missing frames w/ filtering - by pipss - 12-24-2022, 03:49 PM