hcxtools - solution for capturing wlan traffic and conversion to hashcat formats
Hi JuanBerta.
Fixed and pushed.

Now mixed mode (stdin/stdout/options) is possible:

$ wlangenpmkocl -h
wlangenpmkocl 4.0.1 (C) 2018 ZeroBeat
usage: wlangenpmkocl <options>

options:
-e <essid>    : input single essid (networkname: 1 .. 32 characters) requires -p
-p <password> : input single password (8 .. 63 characters) requires -e
-i <file>     : input passwordlist
-I <file>     : input combilist (essid:password)
-a <file>     : output plainmasterkeys as ASCII file (hashcat -m 2501)
-A <file>     : output plainmasterkeys:password as ASCII file
-c <file>     : output cowpatty hashfile (existing file will be replaced)
-P <platform> : input platform, default 0 (first platform)
-D <device>   : input device, default 0 (first device)
-l            : list device info
-h            : this help

examples of stdin/stdout usage:
cat wordlist | wlangenpmkocl -e <essid> | hashcat -m 2501 ...
cat wordlist | wlangenpmkocl -e <essid> > <pmklist>
or use classic mode:
wlangenpmkocl -e <essid> -i <wordlist> -a <pmklist>
or use mixed mode:
wlangenpmkocl -e <essid> -i <wordlist> > <pmklist>
Reply


Messages In This Thread
RE: hcxtools - solution for capturing wlan traffic and conversion to hashcat formats - by ZerBea - 01-05-2018, 04:30 PM
wlandump-ng vs hcxdumptool - by hulley - 02-10-2018, 10:26 PM