DOKK / manpages / debian 12 / hcxkeys / wlangenpmkocl.1.en
WLANGENPMKOCL(1) Tools to generate plainmasterkeys (rainbowtables) WLANGENPMKOCL(1)

wlangenpmkocl - Tools to generate plainmasterkeys (rainbowtables)

wlangenpmkocl [OPTIONS]

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.

-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

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>

Written by ZeroBeat <zerobeat@gmx.de>.

This manual page was written by Paulo Roberto Alves de Oliveira (aka kretcheu) <kretcheu@gmail.com> for the Debian project (but may be used by others).

Copyright 2000-2021 ZeroBeat.

License MIT.

Dec 2021 HCXKEYS 6.2.0