switch order of commands
This commit is contained in:
parent
0f1fcb8be0
commit
5b2c570b02
|
@ -10,12 +10,12 @@ __DISCLAIMER: This software is for educational purposes only. This software shou
|
||||||
git clone https://github.com/brannondorsey/naive-hashcat
|
git clone https://github.com/brannondorsey/naive-hashcat
|
||||||
cd naive-hashcat
|
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...
|
# if you are on MacOS/OSX, run this. If on linux, skip...
|
||||||
./build-hashcat-osx.sh
|
./build-hashcat-osx.sh
|
||||||
|
|
||||||
|
# download the 134MB rockyou dictionary file
|
||||||
|
curl -L -o dicts/rockyou.txt https://github.com/brannondorsey/naive-hashcat/releases/download/data/rockyou.txt
|
||||||
|
|
||||||
# cracks md5 hashes in hashcat-3.6.0/example0.hash by default
|
# cracks md5 hashes in hashcat-3.6.0/example0.hash by default
|
||||||
./naive-hashcat.sh
|
./naive-hashcat.sh
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue