WLANCAP2WPASEC(1) | User Commands | WLANCAP2WPASEC(1) |
wlancap2wpasec - hcx tools set
wlancap2wpasec 6.2.7 (C) 2022 ZeroBeat usage: wlancap2wpasec <options> [input.pcapng] [input.pcap] [input.cap] [input.pcapng.gz]...
options: -k <key> : wpa-sec user key -u <url> : set user defined URL
-t <seconds> : set connection timeout
-e <email address> : set email address, if required -R : remove cap if upload was successful -h : this help -h : show version
Do not merge different cap files to a single cap file. This will lead to unexpected behaviour on ESSID changes or different link layer types. To ???remove unnecessary packets, run tshark: tshark -r input.cap -R "(wlan.fc.type_subtype == 0x00 || wlan.fc.type_subtype == 0x02 || wlan.fc.type_subtype == 0x04 || wlan.fc.type_subtype == 0x05 || wlan.fc.type_subtype == 0x08 || eapol)" -2 -F pcapng -w output.pcapng To reduce the size of the cap file, compress it with gzip: gzip capture.pcapng
usage: wlancap2wpasec <options> [input.pcapng] [input.pcap] [input.cap] [input.pcapng.gz]...
options: -k <key> : wpa-sec user key -u <url> : set user defined URL
-t <seconds> : set connection timeout
-e <email address> : set email address, if required -R : remove cap if upload was successful -h : this help -h : show version
Do not merge different cap files to a single cap file. This will lead to unexpected behaviour on ESSID changes or different link layer types. To ???remove unnecessary packets, run tshark: tshark -r input.cap -R "(wlan.fc.type_subtype == 0x00 || wlan.fc.type_subtype == 0x02 || wlan.fc.type_subtype == 0x04 || wlan.fc.type_subtype == 0x05 || wlan.fc.type_subtype == 0x08 || eapol)" -2 -F pcapng -w output.pcapng To reduce the size of the cap file, compress it with gzip: gzip capture.pcapng
October 2022 | wlancap2wpasec 6.2.7 (C) 2022 ZeroBeat |