Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Reverse pass and hash on oclHashcat-plus
12-20-2011, 12:02 AM (This post was last modified: 12-20-2011 12:09 AM by blandyuk.)
Post: #1
Reverse pass and hash on oclHashcat-plus
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
Find all posts by this user
12-20-2011, 12:10 AM (This post was last modified: 12-20-2011 12:11 AM by undeath.)
Post: #2
RE: Reverse pass and hash on oclHashcat-plus
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.
Find all posts by this user
12-20-2011, 10:14 AM
Post: #3
RE: Reverse pass and hash on oclHashcat-plus
yes, use rules
Visit this user's website Find all posts by this user