hashcat-utils are a set of small utilities that are useful in advanced password cracking
hashcat-utils is licensed under the MIT license. Refer to docs/license.txt for more information.
They all are packed into multiple stand-alone binaries.
All of these utils are designed to execute only one specific function.
Since they all work with STDIN and STDOUT you can group them into chains.
See the hashcat wiki page of hashcat-utils: https://hashcat.net/wiki/doku.php?id=hashcat_utils
Using gcc
$ make clean && make
Alternatively, using clang
$ make clean && make CC=clang
Using mingw
$ make clean && make windows
Alternatively, using clang
$ make clean && make windows CC_WINDOWS=clang
Binaries for Linux and Windows: https://github.com/hashcat/hashcat-utils/releases