Skip to content

Instantly share code, notes, and snippets.

View Adam29610jj's full-sized avatar
🎯
Focusing

Freyes Adam29610jj

🎯
Focusing
View GitHub Profile
@Adam29610jj
Adam29610jj / hashcat_macos.sh
Created August 8, 2023 21:44 — 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