Skip to content

Instantly share code, notes, and snippets.

@alfasin
Forked from chadmayfield/hashcat_macos.sh
Created April 21, 2018 04:18
Show Gist options
  • Save alfasin/d07c49978143d52865e574699eaf7e92 to your computer and use it in GitHub Desktop.
Save alfasin/d07c49978143d52865e574699eaf7e92 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment