-
-
Save pich4ya/dafa60f5cfcadde4728bfbf8239ed5bf to your computer and use it in GitHub Desktop.
Install Hashcat on macOS
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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 && make install | |
./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