From 539c2c16d521a14693765f54f038f3d8030c4640 Mon Sep 17 00:00:00 2001 From: Surferlul <66851546+Surferlul@users.noreply.github.com> Date: Mon, 21 Sep 2020 14:26:53 +0200 Subject: [PATCH] Update README.md --- README.md | 17 ++++++----------- 1 file changed, 6 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index bb9c48e..eac09c0 100644 --- a/README.md +++ b/README.md @@ -5,31 +5,26 @@ 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 - + 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 + 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 cracked hashes: -Linux: hashcat yourhashfilehere --show - -Windows: in the commandline navigate to the hashcat directory - .\hashcat64.exe yourhashfilehere --show + Linux: hashcat yourhashfilehere --show + Windows: in the commandline navigate to the hashcat directory - .\hashcat64.exe yourhashfilehere --show