wlangenpmkocl - Tools to generate plainmasterkeys (rainbowtables)
Contents
Copyright
Copyright 2000-2021 ZeroBeat.
License MIT.
HCXKEYS 6.2.0 Dec 2021 WLANGENPMKOCL(1)
Description
Tool to generate plainmasterkeys (rainbowtables) and hashes for the use with latest hashcat and latest
John the Ripper.
The package provides two binaries:
• wlangenpmk for CPU calculations.
• wlangenpmkocl for GPU calculations.
In order to use the GPU, the correspondent OpenCL drivers for your GPU model should be installed.
Examples
• examples of stdin/stdout usage:
cat wordlist | wlangenpmkocl-e <essid> | hashcat ...
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>
Name
wlangenpmkocl - Tools to generate plainmasterkeys (rainbowtables)
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 (hash mode 2200x, 1680x, 250x)
-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
Synopsis
wlangenpmkocl [OPTIONS]
