hashcat Forum
How to compile Hashcat from source? - Printable Version

+- hashcat Forum (https://hashcat.net/forum)
+-- Forum: Support (https://hashcat.net/forum/forum-3.html)
+--- Forum: hashcat (https://hashcat.net/forum/forum-45.html)
+--- Thread: How to compile Hashcat from source? (/thread-11552.html)



How to compile Hashcat from source? - jersonbtc - 08-11-2023

How to compile Hashcat from source? Using windows for windows?


RE: How to compile Hashcat from source? - marc1n - 08-11-2023

For windows https://hashcat.net/hashcat/

For Linux:

git clone https://github.com/hashcat/hashcat.git

cd hashcat

make install


RE: How to compile Hashcat from source? - aikiuslik - 08-11-2023

Full info: https://github.com/hashcat/hashcat/blob/master/BUILD.md

https://github.com/hashcat/hashcat/blob/master/BUILD_CYGWIN.md
https://github.com/hashcat/hashcat/blob/master/BUILD_MSYS2.md


RE: How to compile Hashcat from source? - jersonbtc - 08-12-2023

I compile using msys2.org I always got an error when running hashcat.
* Device #1: ATTENTION! OpenCL kernel self-test failed. But using downloaded binary hashcat it works no problem.


RE: How to compile Hashcat from source? - vinitjangra - 08-15-2023

How many steps are in Compiling Hashcat from the source involve?


RE: How to compile Hashcat from source? - melodyowens - 08-16-2023

(08-15-2023, 07:32 AM)vinitjangra Wrote: How many steps are in Compiling Hashcat from the source involve?

It depends on the operating system you are using. For Linux and macOS, you need to clone the Hashcat repository and run “make” command. For Windows, you can use different tools such as macOS, Windows Subsystem for Linux, Cygwin or MSYS2.

You can find more details in these sources:
https://github.com/hashcat/hashcat/blob/master/BUILD.md
https://github.com/hashcat/hashcat/blob/master/BUILD_CYGWIN.md
https://github.com/hashcat/hashcat/blob/master/BUILD_MSYS2.md
https://github.com/hashcat/hashcat/blob/master/BUILD_WSL.md
https://github.com/hashcat/hashcat/blob/master/BUILD_macOS.md