Skip to content

Instantly share code, notes, and snippets.

View EvilDonkey420's full-sized avatar

Polar Bear EvilDonkey420

  • NDA
  • NDA
View GitHub Profile
@EvilDonkey420
EvilDonkey420 / hashcat_macos.sh
Created February 12, 2019 04:35 — forked from chadmayfield/hashcat_macos.sh
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