Skip to content

Instantly share code, notes, and snippets.

@Adam29610jj
Forked from chadmayfield/hashcat_macos.sh
Created August 8, 2023 21:44
Show Gist options
  • Save Adam29610jj/222e0eac80844faf1efcf08061eac59f to your computer and use it in GitHub Desktop.
Save Adam29610jj/222e0eac80844faf1efcf08061eac59f to your computer and use it in GitHub Desktop.
Install Hashcat on macOS
#!/bin/bash
git clone https://github.com/hashcat/hashcat.git
mkdir -p hashcat/deps
git clone https://github.com/KhronosGroup/OpenCL-Headers.git hashcat/deps/OpenCL
cd hashcat/ && make
./hashcat --version
./hashcat -b -D 1,2
./example0.sh
@Adam29610jj
Copy link
Author

do I need Xcode ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment