1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66
|
hcxkeys
==============
Small set of tools to generate plainmasterkeys (rainbowtables) for the use with latest hashcat and latest John the Ripper.
Brief description
--------------
Multiple stand-alone binaries.
All of these utils are designed to execute only one specific function.
Read this post: hcxtools - solution for capturing wlan traffic and conversion to hashcat formats (https://hashcat.net/forum/thread-6661.html)
Detailed description
--------------
| Tool | Description |
| -------------- | ---------------------------------------------------------------------------------------------------- |
| wlangenpmk | Generates plainmasterkeys (CPU) from essid and password for use with hashcat hash-mode 22001 |
| wlangenpmkocl | Generates plainmasterkeys (GPU) from essid and password for use with hashcat hash-mode 22001 |
Compile
--------------
Simply run:
```
make
make install (as super user)
```
Requirements
--------------
* knowledge of radio technology
* knowledge of electromagnetic-wave engineering
* detailed knowledge of 802.11 protocol
* detailed knowledge of key derivation functions
* detailed knowledge of Linux
* Linux (recommended Arch, but other distros should work, too)
* gcc >= 11 recommended (deprecated versions are not supported: https://gcc.gnu.org/)
* OpenCL and OpenCL Headers installed
* libopenssl and openssl-dev installed
* librt and librt-dev installed (should be installed by default)
Notice
--------------
Most output files will be appended to existing files.
|