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

40 lines
592 B

hashcat build documentation
9 years ago
=
# Revision:
* 1.3
9 years ago
# Author: see docs/credits.txt
9 years ago
# Building hashcat for Linux and macOS
9 years ago
Get a copy of the **hashcat** repository
9 years ago
```sh
$ git clone https://github.com/hashcat/hashcat.git
9 years ago
```
Run "make"
```sh
$ make
```
# Install hashcat for Linux
The install target is linux FHS compatible and can be used like this:
```sh
$ make install
9 years ago
```
If you install it, cached kernels, session files, restore- and pot-files etc. will go to $HOME/.hashcat/
# Building hashcat for Windows
```sh
$ make win32 win64
```
9 years ago
=
Enjoy your fresh **hashcat** binaries ;)