Update README.md

This commit is contained in:
Lukas Baumann 2020-12-08 05:22:32 +01:00 committed by GitHub
parent e270ca99d9
commit 9a1ffed101
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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