.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.3. .TH HCXEIUTOOL "1" "March 2024" "hcxeiutool 6.2.7 (C) 2022 ZeroBeat" "User Commands" .SH NAME hcxeiutool \- hcx tools set .SH DESCRIPTION hcxeiutool 6.2.7 (C) 2022 ZeroBeat usage: hcxeiutool .PP options: \fB\-i\fR : input wordlist \fB\-d\fR : output digit wordlist \fB\-x\fR : output xdigit wordlist \fB\-c\fR : output character wordlist (A\-Za\-z \- other characters removed) \fB\-s\fR : output character wordlist (A\-Za\-z \- other characters replaced by 0x0d) .IP recommended option for processing with rules .PP \fB\-h\fR : show this help \fB\-v\fR : show version .PP \fB\-\-help\fR : show this help \fB\-\-version\fR : show version .PP example: $ hcxdumptool \fB\-i\fR \fB\-o\fR dump.pcapng \fB\-\-enable_status\fR=\fI\,31\/\fR $ hcxpcapngtool \fB\-o\fR hash.22000 \fB\-E\fR elist dump.pcapng $ hcxeiutool \fB\-i\fR elist \fB\-d\fR digitlist \fB\-x\fR xdigitlist \fB\-c\fR charlist \fB\-s\fR sclist $ cat elist digitlist xdigitlist charlist sclist > wordlisttmp $ hashcat \fB\-\-stdout\fR \fB\-r\fR charlist >> wordlisttmp $ hashcat \fB\-\-stdout\fR \fB\-r\fR sclist >> wordlisttmp $ cat wordlisttmp | sort | uniq > wordlist $ hashcat \fB\-m\fR 22000 hash.22000 wordlist