Add OSX build instructions

This commit is contained in:
Brannon Dorsey 2017-07-30 21:22:10 -05:00
parent 30da7f42ce
commit 0f1fcb8be0
1 changed files with 3 additions and 0 deletions

View File

@ -13,6 +13,9 @@ cd naive-hashcat
# download the 134MB rockyou dictionary file
curl -L -o dicts/rockyou.txt https://github.com/brannondorsey/naive-hashcat/releases/download/data/rockyou.txt
# if you are on MacOS/OSX, run this. If on linux, skip...
./build-hashcat-osx.sh
# cracks md5 hashes in hashcat-3.6.0/example0.hash by default
./naive-hashcat.sh
```