2020-08-04 11:40:46 +00:00
|
|
|
# RockyouMask
|
|
|
|
A Mask-Attack using hashcat based on the rockyou leak
|
|
|
|
|
2020-08-04 12:30:30 +00:00
|
|
|
This program works crossplatform Windows - Linux as long as you have python and hashcat installed
|
2020-08-04 11:44:18 +00:00
|
|
|
|
2020-08-04 12:35:33 +00:00
|
|
|
|
|
|
|
|
2020-08-04 12:30:30 +00:00
|
|
|
python:
|
2020-08-04 12:34:30 +00:00
|
|
|
|
2020-08-04 12:35:33 +00:00
|
|
|
Linux: sudo apt install python
|
2020-08-04 12:34:30 +00:00
|
|
|
|
2020-08-04 12:35:33 +00:00
|
|
|
Windows: https://www.microsoft.com/en-us/p/python-38/9mssztt1n39l?activetab=pivot:overviewtab
|
|
|
|
|
|
|
|
|
2020-08-04 12:30:30 +00:00
|
|
|
|
|
|
|
hashcat:
|
2020-08-04 12:34:30 +00:00
|
|
|
|
2020-08-04 12:35:33 +00:00
|
|
|
Linux: sudo apt-get install hashcat
|
2020-08-04 12:34:30 +00:00
|
|
|
|
2020-08-04 12:35:33 +00:00
|
|
|
Windows: https://hashcat.net/files/hashcat-5.1.0.7z
|
|
|
|
|
|
|
|
|
2020-08-04 12:30:30 +00:00
|
|
|
|
|
|
|
On Windows put your hashes in a text file (one hash per line) in the hashcat directory
|
2020-08-04 12:34:30 +00:00
|
|
|
|
2020-08-04 12:30:30 +00:00
|
|
|
On Linux put your hashes in a text file where you excecute the script
|
|
|
|
|
2020-08-04 12:35:33 +00:00
|
|
|
|
|
|
|
|
2020-08-04 12:33:10 +00:00
|
|
|
cracked hashes:
|
2020-08-04 12:35:33 +00:00
|
|
|
|
2020-08-04 12:34:54 +00:00
|
|
|
Linux: hashcat yourhashfilehere --show
|
2020-08-04 12:35:33 +00:00
|
|
|
|
2020-08-04 12:34:54 +00:00
|
|
|
Windows: in the commandline navigateto the hashcat directory - .\hashcat64.exe yourhashfilehere --show
|
2020-08-04 12:33:10 +00:00
|
|
|
|
2020-08-04 12:35:33 +00:00
|
|
|
|
|
|
|
|
2020-08-04 12:30:30 +00:00
|
|
|
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
|