Update README.md

This commit is contained in:
Surferlul 2020-09-21 14:27:19 +02:00 committed by GitHub
parent 539c2c16d5
commit 3140f312df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,17 +6,20 @@ A Mask-Attack using hashcat based on the rockyou leak
python:
Linux: sudo apt install python
Windows: https://www.microsoft.com/en-us/p/python-38/9mssztt1n39l?activetab=pivot:overviewtab
hashcat:
Linux: sudo apt-get install hashcat
Windows: https://hashcat.net/files/hashcat-5.1.0.7z
On Windows put your hashes in a text file (one hash per line) in the hashcat directory
On Linux put your hashes in a text file where you excecute the script
@ -24,6 +27,7 @@ On Linux put your hashes in a text file where you excecute the script
cracked hashes:
Linux: hashcat yourhashfilehere --show
Windows: in the commandline navigate to the hashcat directory - .\hashcat64.exe yourhashfilehere --show