Overview
hcxtools is a set of utilities for converting WPA capture files into formats compatible with modern hashcat. The suite replaces the deprecated mode 2500 workflow with the current mode 22000 format.Install
Tools
| Tool | Purpose |
|---|---|
hcxpcapngtool | Convert pcap/pcapng to hashcat 22000 format |
hcxhash2cap | Convert hccapx (mode 2500) to pcap |
hcxdumptool | Active capture with PMKID and EAPOL (separate package — apt install hcxdumptool, not part of hcxtools) |
hcxpcapngtool
Converts a capture file directly to hashcat mode 22000:hcxhash2cap
Converts legacy hccapx (mode 2500) to pcap for re-processing:hcxdumptool
Active capture tool that requests PMKIDs from APs and captures EAPOL handshakes:| Flag | Description |
|---|---|
-i <iface> | Monitor mode interface |
-o <file> | Output pcapng file |
--enable_status=3 | Show live status |
--filterlist_ap=<file> --filtermode=2 | Only target listed BSSIDs (--filtermode is mandatory; =2 = target list, =1 = ignore list). Removed in 6.3.0+, which uses --bpf= |