agent-python icon indicating copy to clipboard operation
agent-python copied to clipboard

Added local hashcat support in macOS

Open shivanraptor opened this issue 4 years ago • 1 comments

  • In the initialization process, check if Homebrew and hashcat are installed. If not installed, hint the user to install before continue.
  • In Hashcat_Cracker, symlink the local hashcat with the missing "hashcat.osx". (TODO: Compare hashcat version)

shivanraptor avatar Oct 14 '20 07:10 shivanraptor

Hashtopolis is made to be able to run multiple hashcat versions on the agent, e.g. if for specific tasks another version is suited better. That's why it should not use the system-wide installed hashcat versions as the agent cannot control these. The way to go for OS X is, to compile the hashcat binary and modules from the source code from Github and then pack a new 7z (structured the same as the binary download from hashcat.net) and place it in a server reachable by the agents. Then just set the URL for the 7z download to that location instead of the hashcat.net download link.

s3inlc avatar Sep 23 '21 18:09 s3inlc