Cracking unusual format StaticWord-Reverse(Password)-StaticWord
#1
Hi, 

I have an unusual MD5 hash format to try and crack. 
The hash is created by performing the following

md5(StaticWord + Reverse(Password) + StaticWord)

So I require a way to not only generate reversed password candidates, but have a prefix and a suffix to them as well.

Rules permit reversing the candidate password (r) so doing the reverse is straightforward, but I'm not sure how to position the candidates in between the two static words. 

I am planning on using a dictionary for the candidate passwords.

I was able to do the following to brute-force which isn't using a reversed dictionary but is allowing for a prefix and suffix to the password.

.\hashcat.exe -a 3 -m 0 .\AAA-HASHES\md5-reverso.txt "^&#*1234561?a?a?a?a?a?a?a?a1123456@&^%zzz" -O -w 3

Any help would be much appreciated.

Thanks!
Reply


Messages In This Thread
Cracking unusual format StaticWord-Reverse(Password)-StaticWord - by OqQCP78Bz - 03-21-2022, 07:06 AM