hashcat/BUILD.md

40 lines
592 B
Markdown
Raw Normal View History

hashcat build documentation
2015-12-04 15:47:52 +01:00
=
# Revision:
2016-02-04 09:44:52 +01:00
* 1.3
2015-12-04 15:47:52 +01:00
# Author: see docs/credits.txt
2015-12-04 15:47:52 +01:00
2017-10-20 13:36:47 +02:00
# Building hashcat for Linux and macOS
2015-12-04 15:47:52 +01:00
Get a copy of the **hashcat** repository
2015-12-04 15:47:52 +01:00
```sh
$ git clone https://github.com/hashcat/hashcat.git
2015-12-04 15:47:52 +01:00
```
Run "make"
```sh
$ make
```
# Install hashcat for Linux
2016-02-04 09:44:52 +01:00
The install target is linux FHS compatible and can be used like this:
```sh
$ make install
2015-12-04 15:47:52 +01:00
```
2016-02-04 09:44:52 +01:00
If you install it, cached kernels, session files, restore- and pot-files etc. will go to $HOME/.hashcat/
# Building hashcat for Windows
```sh
2016-02-04 09:44:52 +01:00
$ make win32 win64
```
2016-05-10 19:16:57 +02:00
2015-12-04 15:47:52 +01:00
=
Enjoy your fresh **hashcat** binaries ;)