RingZer0-57 - Hash Breaker Reloaded
Coding challenge
Hash breaker reloaded
Another one where we got a sha1 hash but this time it has a salt.
I broke and sample and the password i got was 6565
Second break: 4264 Third break: 2504 Fourth break: 3369
By the looks of it, it’s going to be 4 digits followed by it. We’ll adapt the previous script for this.
So after trying to adapt the previous script, my bash script was too slow to produce the wordlist. I did it all in python instead.