RockyouMask/README.md

32 lines
1.1 KiB
Markdown
Raw Normal View History

2020-08-04 11:40:46 +00:00
# RockyouMask
A Mask-Attack using hashcat based on the rockyou leak
2021-02-18 23:48:29 +00:00
I've collected the most effective masks to use to crack passwords and put it all together so you have to do as little manual labor as possible to achieve (sub) optimal results.</br>
Suboptimal because knowing your target and using that information for a custom mask goes a lot further than even the best password cracking algotithm based on the average person
2020-08-04 12:35:33 +00:00
2020-08-04 12:30:30 +00:00
python:
2020-12-08 04:22:32 +00:00
- Linux: sudo apt install python
- Windows: https://www.microsoft.com/en-us/p/python-38/9mssztt1n39l?activetab=pivot:overviewtab
2020-08-04 12:35:33 +00:00
2020-08-04 12:30:30 +00:00
hashcat:
2020-12-08 04:22:32 +00:00
- Linux: sudo apt-get install hashcat
- Windows: https://hashcat.net/files/hashcat-5.1.0.7z
2020-08-04 12:35:33 +00:00
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-09-21 12:27:19 +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-12-08 04:22:32 +00:00
- Linux: hashcat yourhashfilehere --show
- Windows: in the commandline navigate to the hashcat directory - .\hashcat64.exe yourhashfilehere --show
2020-08-04 12:33:10 +00:00
2020-08-04 12:35:33 +00:00
2020-12-08 04:24:41 +00:00
Running a Radeon RX 570 this script can brute-force 70% of passwords in rockyou in about half a day, 60% in about half an hour