1
0
mirror of https://github.com/hashcat/hashcat.git synced 2024-10-31 20:48:57 +00:00
hashcat/BUILD.md

52 lines
811 B
Markdown
Raw Normal View History

hashcat build documentation
2015-12-04 14:47:52 +00:00
=
2019-03-29 12:01:17 +00:00
### Revision ###
2019-03-03 09:31:24 +00:00
* 1.4
2015-12-04 14:47:52 +00:00
2019-03-29 12:01:17 +00:00
### Author ###
See docs/credits.txt
2015-12-04 14:47:52 +00:00
2019-03-29 18:23:41 +00:00
### Building hashcat for Linux and macOS ###
2015-12-04 14:47:52 +00:00
Get a copy of the **hashcat** repository
2015-12-04 14:47:52 +00:00
2019-03-29 12:01:17 +00:00
```
$ git clone https://github.com/hashcat/hashcat.git
2015-12-04 14:47:52 +00:00
```
Run "make"
2019-03-29 12:01:17 +00:00
```
$ make
```
2019-03-29 12:01:17 +00:00
### Install hashcat for Linux ###
2016-02-04 08:44:52 +00:00
The install target is linux FHS compatible and can be used like this:
2019-03-29 12:01:17 +00:00
```
$ 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/
2019-03-29 18:23:41 +00: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 12:01:17 +00:00
### Building hashcat for Windows from Linux ###
2019-03-29 12:01:17 +00:00
```
2019-03-03 09:31:24 +00:00
$ make win
```
2016-05-10 17:16:57 +00:00
2015-12-04 14:47:52 +00:00
=
Enjoy your fresh **hashcat** binaries ;)