Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added local hashcat support in macOS #16

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

shivanraptor
Copy link

  • 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)

In initialization process, check if Homebrew and hashcat are installed. In Hashcat_Cracker, symlink the native hashcat with the missing "hashcat.osx"
@s3inlc
Copy link
Member

s3inlc commented Sep 23, 2021

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants