1
0
mirror of https://github.com/hashcat/hashcat.git synced 2024-10-09 17:38:58 +00:00
hashcat/BUILD.md
jsteube 3daf0af480 Added docs/credits.txt
Added docs/team.txt
2016-09-11 22:20:15 +02:00

694 B

hashcat build documentation

Revision:

  • 1.3

Author: see docs/credits.txt

Building hashcat for Linux and OSX

Get a copy of the hashcat repository

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

Get a copy of the OpenCL Headers repository

$ git submodule init
$ git submodule update

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 ;)