Update README.md
This commit is contained in:
parent
f3216192e4
commit
70bc1f7c07
@ -4,18 +4,25 @@ A Mask-Attack using hashcat based on the rockyou leak
|
|||||||
This program works crossplatform Windows - Linux as long as you have python and hashcat installed
|
This program works crossplatform Windows - Linux as long as you have python and hashcat installed
|
||||||
|
|
||||||
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
|
||||||
|
|
||||||
On Windows put your hashes in a text file (one hash per line) in the hashcat directory
|
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
|
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 navigateto the hashcat directory - .\hashcat64.exe yourhashfilehere --show
|
Windows: in the commandline navigateto the hashcat directory - .\hashcat64.exe yourhashfilehere --show
|
||||||
|
|
||||||
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
|
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
|
||||||
|
Loading…
Reference in New Issue
Block a user