From 6c255da75359bd38ceeeab20216bd1492fba036c Mon Sep 17 00:00:00 2001 From: Surferlul <66851546+Surferlul@users.noreply.github.com> Date: Tue, 4 Aug 2020 14:30:30 +0200 Subject: [PATCH] Update README.md --- README.md | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9b281d4..c183ce7 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,17 @@ # RockyouMask A Mask-Attack using hashcat based on the rockyou leak -This program currently only works on Windows +This program works crossplatform Windows - Linux as long as you have python and hashcat installed -Running a Radeon RX 570 this script can bruit-force 70% of passwords in rockyou in about half a day +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 + +Running a Radeon RX 570 this script can bruit-force 70% of passwords in rockyou in about half a day, 60% in about half an hour