Skip to content

Instantly share code, notes, and snippets.

@pich4ya
Forked from chadmayfield/hashcat_macos.sh
Last active February 4, 2022 00:34
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pich4ya/dafa60f5cfcadde4728bfbf8239ed5bf to your computer and use it in GitHub Desktop.
Save pich4ya/dafa60f5cfcadde4728bfbf8239ed5bf 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 && make install
./hashcat --version
./hashcat -b -D 1,2
./example0.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment