hashcat Forum

Full Version: Reverse pass and hash on oclHashcat-plus
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Found a lot of passwords and hashes do this:

MD5(StrReverse($pass))
StrReverse(MD5($pass))

http://forum.md5decrypter.co.uk/topic362...algos.aspx

Be a nice add in if you can atom Smile
i don't think this is something to be handled by the hashcat engine.

Reversing a hash itself can be sone by a simple shell command. Reversing the word can be done by using the "r" rule. With the upcoming rule combinator feature you won't even have to "fix" every single ruleset to do this.
yes, use rules