2016-05-10 19:07:07 +02:00
|
|
|
hashcat build documentation
|
2015-12-04 15:47:52 +01:00
|
|
|
=
|
2019-03-29 13:01:17 +01:00
|
|
|
|
|
|
|
### Revision ###
|
|
|
|
|
2020-05-27 21:15:36 +02:00
|
|
|
* 1.5
|
2015-12-04 15:47:52 +01:00
|
|
|
|
2019-03-29 13:01:17 +01:00
|
|
|
### Author ###
|
|
|
|
|
|
|
|
See docs/credits.txt
|
2015-12-04 15:47:52 +01:00
|
|
|
|
2019-03-29 19:23:41 +01:00
|
|
|
### Building hashcat for Linux and macOS ###
|
2015-12-04 15:47:52 +01:00
|
|
|
|
2016-05-10 19:07:07 +02:00
|
|
|
Get a copy of the **hashcat** repository
|
2015-12-04 15:47:52 +01:00
|
|
|
|
2019-03-29 13:01:17 +01:00
|
|
|
```
|
2016-05-10 19:07:07 +02:00
|
|
|
$ git clone https://github.com/hashcat/hashcat.git
|
2015-12-04 15:47:52 +01:00
|
|
|
```
|
2015-12-16 13:47:46 +01:00
|
|
|
|
2016-01-03 19:25:37 +01:00
|
|
|
Run "make"
|
2015-12-16 13:47:46 +01:00
|
|
|
|
2019-03-29 13:01:17 +01:00
|
|
|
```
|
2016-01-03 19:25:37 +01:00
|
|
|
$ make
|
|
|
|
```
|
|
|
|
|
2019-03-29 13:01:17 +01:00
|
|
|
### Install hashcat for Linux ###
|
2016-01-27 19:38:25 +01:00
|
|
|
|
2016-02-04 09:44:52 +01:00
|
|
|
The install target is linux FHS compatible and can be used like this:
|
2016-01-03 19:25:37 +01:00
|
|
|
|
2019-03-29 13:01:17 +01:00
|
|
|
```
|
2016-01-03 19:25:37 +01:00
|
|
|
$ 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/
|
2016-01-27 19:38:25 +01:00
|
|
|
|
2020-05-27 21:15:36 +02:00
|
|
|
|
|
|
|
### Building hashcat for Windows (using Windows Subsystem for Linux) ###
|
|
|
|
|
|
|
|
Refer to [BUILD_WSL.md](BUILD_WSL.md)
|
|
|
|
|
2019-03-29 19:23:41 +01:00
|
|
|
### Building hashcat for Windows (using Cygwin) ###
|
|
|
|
|
|
|
|
Refer to [BUILD_CYGWIN.md](BUILD_CYGWIN.md)
|
|
|
|
|
|
|
|
### Building hashcat for Windows (using MSYS2) ###
|
|
|
|
|
|
|
|
Refer to [BUILD_MSYS2.md](BUILD_MSYS2.md)
|
|
|
|
|
2019-03-29 13:01:17 +01:00
|
|
|
### Building hashcat for Windows from Linux ###
|
2016-01-24 16:39:51 +01:00
|
|
|
|
2019-03-29 13:01:17 +01:00
|
|
|
```
|
2019-03-03 10:31:24 +01:00
|
|
|
$ make win
|
2016-01-03 19:47:55 +01:00
|
|
|
```
|
2016-05-10 19:16:57 +02:00
|
|
|
|
2015-12-04 15:47:52 +01:00
|
|
|
=
|
2016-05-10 19:07:07 +02:00
|
|
|
Enjoy your fresh **hashcat** binaries ;)
|