Skip to content

Instantly share code, notes, and snippets.

View luongchung's full-sized avatar
💻
Chunglv42@gmail.com

LG. Chung luongchung

💻
Chunglv42@gmail.com
View GitHub Profile
@luongchung
luongchung / hashcat_macos.sh
Created June 29, 2018 14:50 — 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