Please note, this is a STATIC archive of website hashcat.net from 08 Oct 2020, cach3.com does not collect or store any user information, there is no "phishing" involved.

hashcat Forum

Full Version: Custom installation path
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello.

I'm trying to install hashcat on an HPC cluster for student research. I would like to install it to a custom path in a shared drive. Users ssh into a login node and queue jobs to be run on worker nodes. Worker nodes have access to the user's home directory and a large shared partition with all the executables, libraries, and other files needed to run processes, both of which are stored in the login node's file system.

Does hashcat support custom paths for its own files and dependencies (such as the opencl runtime)? I poked around in the Makefile and saw some options for a shared install, but haven't seen any official documentation for this.

Thank you.
Sure, just set the PREFIX variable to your custom path in Makefile accordingly.