Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 592 Bytes

BUILD.md

File metadata and controls

39 lines (26 loc) · 592 Bytes

hashcat build documentation

Revision:

  • 1.3

Author: see docs/credits.txt

Building hashcat for Linux and macOS

Get a copy of the hashcat repository

$ git clone https://github.com/hashcat/hashcat.git

Run "make"

$ make

Install hashcat for Linux

The install target is linux FHS compatible and can be used like this:

$ make install

If you install it, cached kernels, session files, restore- and pot-files etc. will go to $HOME/.hashcat/

Building hashcat for Windows

$ make win32 win64

= Enjoy your fresh hashcat binaries ;)