hashcat Forum
Reverse pass and hash on oclHashcat-plus - Printable Version

+- hashcat Forum (https://hashcat.net/forum)
+-- Forum: Deprecated; Ancient Versions (https://hashcat.net/forum/forum-46.html)
+--- Forum: Feature Requests (https://hashcat.net/forum/forum-7.html)
+--- Thread: Reverse pass and hash on oclHashcat-plus (/thread-742.html)



Reverse pass and hash on oclHashcat-plus - blandyuk - 12-20-2011

Found a lot of passwords and hashes do this:

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

http://forum.md5decrypter.co.uk/topic362-found-matches-using-3-other-algos.aspx

Be a nice add in if you can atom Smile


RE: Reverse pass and hash on oclHashcat-plus - undeath - 12-20-2011

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.


RE: Reverse pass and hash on oclHashcat-plus - atom - 12-20-2011

yes, use rules