Posts: 101
Threads: 34
Joined: Oct 2014
I have a hcxdumptool capture file that has several essid's in it. I need to export it to a hccapx file, but I only need to include essid's that start with "ME". Is there any way to do that with hcxpcaptool or another utility?
Thanks.
Posts: 1,042
Threads: 2
Joined: Jun 2017
11-09-2019, 02:14 PM
(This post was last modified: 11-09-2019, 02:49 PM by ZerBea.)
Step one: convert pcapng to hccapx
$ hcxpcaptool -o test.hccapx capture.pcpng
Step two: get desired hashes
$ wlanhcx2ssid -i test.hccapx -E ME
should do that, as well as
$ hcxessidtool --hccapx1=test.hccapx -E ME --hccapxout=ME.hccapx
Posts: 101
Threads: 34
Joined: Oct 2014