Provided by: hcxtools_6.2.7-2_amd64
NAME
hcxeiutool - hcx tools set
DESCRIPTION
hcxeiutool 6.2.7 (C) 2022 ZeroBeat usage: hcxeiutool <options> options: -i <file> : input wordlist -d <file> : output digit wordlist -x <file> : output xdigit wordlist -c <file> : output character wordlist (A-Za-z - other characters removed) -s <file> : output character wordlist (A-Za-z - other characters replaced by 0x0d) recommended option for processing with rules -h : show this help -v : show version --help : show this help --version : show version example: $ hcxdumptool -i <interface> -o dump.pcapng --enable_status=31 $ hcxpcapngtool -o hash.22000 -E elist dump.pcapng $ hcxeiutool -i elist -d digitlist -x xdigitlist -c charlist -s sclist $ cat elist digitlist xdigitlist charlist sclist > wordlisttmp $ hashcat --stdout -r <rule> charlist >> wordlisttmp $ hashcat --stdout -r <rule> sclist >> wordlisttmp $ cat wordlisttmp | sort | uniq > wordlist $ hashcat -m 22000 hash.22000 wordlist