diff --git a/_pages/2020-08-04-rockyou-mask.md b/_pages/2020-08-04-rockyou-mask.md new file mode 100644 index 0000000..9ad4cac --- /dev/null +++ b/_pages/2020-08-04-rockyou-mask.md @@ -0,0 +1,38 @@ +--- +layout: single +title: Rockyou Mask Attack +--- + +A Mask-Attack using hashcat based on the rockyou leak + +I am not developing this project anymore. The code is not complex so don't be afraid to take a peek and modify it yourself. If you want to know how I generated the maks feel free to [contact me](https://surferlul.github.io) and I may be able to remember how I did it. + +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.
+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 + + +## python: + - Linux (Debian Based): sudo apt install python + - Windows: https://www.microsoft.com/en-us/p/python-38/9mssztt1n39l?activetab=pivot:overviewtab + + +## hashcat: + - Linux (Debian Based): 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 + + + +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 + diff --git a/index.md b/index.md index 54c21a4..40c2f5e 100644 --- a/index.md +++ b/index.md @@ -3,7 +3,6 @@ layout: posts author_profile: true --- -- ### [Rockyou Mask Attack](https://surferlul.github.io/RockyouMask) - ### [Computer Science Circles Python Course Solutions](https://surferlul.github.io/csc-python-solutions/) - ### [Type Trainer](https://surferlul.github.io/Type-Trainer/) - ### [Lévy C](https://surferlul.github.io/Levy_C/)