HCXPCAPNGTOOL(1) | User Commands | HCXPCAPNGTOOL(1) |
hcxpcapngtool - hcx tools set
hcxpcapngtool 6.2.7 (C) 2022 ZeroBeat convert pcapng, pcap and cap files to hash formats that hashcat and JtR use usage: hcxpcapngtool <options> hcxpcapngtool <options> input.pcapng hcxpcapngtool <options> *.pcapng hcxpcapngtool <options> *.pcap hcxpcapngtool <options> *.cap hcxpcapngtool <options> *.*
short options: -o <file> : output WPA-PBKDF2-PMKID+EAPOL hash file (hashcat -m 22000)
-E <file> : output wordlist (autohex enabled on non ASCII characters) to use as input wordlist for cracker
-R <file> : output wordlist (autohex enabled on non ASCII characters) to use as input wordlist for cracker
-I <file> : output unsorted identity list to use as input wordlist for cracker -U <file> : output unsorted username list to use as input wordlist for cracker -D <file> : output device information list
-h : show this help -v : show version
long options: --all : convert all possible hashes instead of only the best one
--eapoltimeout=<digit> : set EAPOL TIMEOUT (milliseconds)
--nonce-error-corrections=<digit> : set nonce error correction
--ignore-ie : do not use CIPHER and AKM information
--max-essids=<digit> : maximum allowed ESSIDs
--eapmd5=<file> : output EAP MD5 CHALLENGE (hashcat -m 4800) --eapmd5-john=<file> : output EAP MD5 CHALLENGE (john chap) --eapleap=<file> : output EAP LEAP and MSCHAPV2 CHALLENGE (hashcat -m 5500, john netntlm) --tacacs-plus=<file> : output TACACS PLUS (hashcat -m 16100, john tacacs-plus) --nmea=<file> : output GPS data in NMEA format
--csv=<file> : output ACCESS POINT information in CSV format
--log=<file> : output logfile --raw-out=<file> : output frames in HEX ASCII
--raw-in=<file> : input frames in HEX ASCII
--pmkid=<file> : output deprecated PMKID file (delimter *) --hccapx=<file> : output deprecated hccapx v4 file --hccap=<file> : output deprecated hccap file --john=<file> : output deprecated PMKID/EAPOL (JtR wpapsk-opencl/wpapsk-pmk-opencl) --prefix=<file> : convert everything to lists using this prefix (overrides single options):
--help : show this help --version : show version
bitmask of message pair field: 2,1,0:
3: reserved 4: ap-less attack (set to 1) - nonce-error-corrections not required 5: LE router detected (set to 1) - nonce-error-corrections required only on LE 6: BE router detected (set to 1) - nonce-error-corrections required only on BE 7: not replaycount checked (set to 1) - replaycount not checked, nonce-error-corrections mandatory
Do not edit, merge or convert pcapng files! This will remove optional comment fields! Detection of bit errors does not work on cleaned dump files! Do not use hcxpcapngtool in combination with third party cap/pcap/pcapng cleaning tools (except: tshark and/or Wireshark)! It is much better to run gzip to compress the files. Wireshark, tshark and hcxpcapngtool will understand this. Recommended tools to show additional 802.11 fields or to decrypt WiFi traffic: Wireshark and/or tshark Recommended tool to filter converted hash by several options: hcxhashtool Recommended tool to get default or standard PSKs: hcxpsktool Recommended tool to calculate wordlists based on ESSID: hcxeiutool Recommended tools to retrieve PSK from hash: hashcat, JtR
October 2022 | hcxpcapngtool 6.2.7 (C) 2022 ZeroBeat |