You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
hashcat/BUILD.md

1.2 KiB

hashcat build documentation

Revision

  • 1.5

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 will go to either $HOME/.hashcat/, if that already exists, otherwise to $XDG_CACHE_HOME/hashcat/ or ~/.cache/hashcat/, if that environment variable is not set. Session files, restore- and pot-files etc. will go to either $HOME/.hashcat/, if that already exists, otherwise to $XDG_DATA_HOME/hashcat/ or ~/.local/share/hashcat/, if that environment variable is not set.

Building hashcat for Windows (using Windows Subsystem for Linux)

Refer to BUILD_WSL.md

Building hashcat for Windows (using Cygwin)

Refer to BUILD_CYGWIN.md

Building hashcat for Windows (using MSYS2)

Refer to BUILD_MSYS2.md

Building hashcat for Windows from Linux

$ make win

= Enjoy your fresh hashcat binaries ;)