2016-05-10 17:07:07 +00:00
|
|
|
hashcat build documentation
|
2015-12-04 14:47:52 +00:00
|
|
|
=
|
|
|
|
# Revision:
|
2016-02-04 08:44:52 +00:00
|
|
|
* 1.3
|
2015-12-04 14:47:52 +00:00
|
|
|
|
2016-09-11 20:20:15 +00:00
|
|
|
# Author: see docs/credits.txt
|
2015-12-04 14:47:52 +00:00
|
|
|
|
2017-10-20 11:36:47 +00:00
|
|
|
# Building hashcat for Linux and macOS
|
2015-12-04 14:47:52 +00:00
|
|
|
|
2016-05-10 17:07:07 +00:00
|
|
|
Get a copy of the **hashcat** repository
|
2015-12-04 14:47:52 +00:00
|
|
|
|
|
|
|
```sh
|
2016-05-10 17:07:07 +00:00
|
|
|
$ git clone https://github.com/hashcat/hashcat.git
|
2015-12-04 14:47:52 +00:00
|
|
|
```
|
2015-12-16 12:47:46 +00:00
|
|
|
|
2016-05-10 17:16:57 +00:00
|
|
|
Get a copy of the **OpenCL Headers** repository
|
|
|
|
|
|
|
|
```sh
|
2017-02-09 23:17:09 +00:00
|
|
|
$ git submodule update --init
|
2016-05-10 17:16:57 +00:00
|
|
|
```
|
|
|
|
|
2016-01-03 18:25:37 +00:00
|
|
|
Run "make"
|
2015-12-16 12:47:46 +00:00
|
|
|
|
|
|
|
```sh
|
2016-01-03 18:25:37 +00:00
|
|
|
$ make
|
|
|
|
```
|
|
|
|
|
2016-05-10 17:07:07 +00:00
|
|
|
# Install hashcat for Linux
|
2016-01-27 18:38:25 +00:00
|
|
|
|
2016-02-04 08:44:52 +00:00
|
|
|
The install target is linux FHS compatible and can be used like this:
|
2016-01-03 18:25:37 +00:00
|
|
|
|
|
|
|
```sh
|
|
|
|
$ make install
|
2015-12-04 14:47:52 +00:00
|
|
|
```
|
|
|
|
|
2016-02-04 08:44:52 +00:00
|
|
|
If you install it, cached kernels, session files, restore- and pot-files etc. will go to $HOME/.hashcat/
|
2016-01-27 18:38:25 +00:00
|
|
|
|
2016-05-10 17:07:07 +00:00
|
|
|
# Building hashcat for Windows
|
2016-01-24 15:39:51 +00:00
|
|
|
|
2016-01-03 18:47:55 +00:00
|
|
|
```sh
|
2016-02-04 08:44:52 +00:00
|
|
|
$ make win32 win64
|
2016-01-03 18:47:55 +00:00
|
|
|
```
|
2016-05-10 17:16:57 +00:00
|
|
|
|
2015-12-04 14:47:52 +00:00
|
|
|
=
|
2016-05-10 17:07:07 +00:00
|
|
|
Enjoy your fresh **hashcat** binaries ;)
|