Skip to content

Instantly share code, notes, and snippets.

@ppsirius
Created July 24, 2018 20:13
Show Gist options
  • Save ppsirius/510feb6786ff5f99c6f7ee0db2ad7273 to your computer and use it in GitHub Desktop.
Save ppsirius/510feb6786ff5f99c6f7ee0db2ad7273 to your computer and use it in GitHub Desktop.
hashcat_macos
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 -m 2500 file.hccapx slownik.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment