# hashcat-utils
Utils that play nice with hashcat

## Install
```
git clone https://github.com/hashcat/hashcat-utils.git ~/hashcat-utils

# Change to directory
cd ~/hashcat-utils

# Compile
make clean && make
```
