- 1.0
- Gabriele Gristina <matrix@hashcat.net>
To compile Hashcat you need cross compile the gmp library for Linux (32/64 bit), Windows (32/64 bit) and OSX (64 bit). (see below)
First get a copy of Hashcat repository
$ git clone https://github.com/hashcat/hashcat.git
Install the dependencies
$ cd hashcat
$ sh tools/deps.sh
Run make depending on your os
$ make [linux|osx|windows]
Not specifying an argument will build for all OSes.
Enjoy your fresh Hashcat binaries ;)