Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Old MySQL Hashes not supported in anything but Hashcat CPU?
01-05-2012, 09:11 PM
Post: #1
Old MySQL Hashes not supported in anything but Hashcat CPU?
I was working on reviewing an old MySQL cracker (mysql323 32.exe) for fun and was wondering why this older MySQL hash type is not more supported. I know it is not a good one to use but still come across them all the time. I can only use Hashcat CPU to perform wordlist attacks or raw brute-force. This is heavy on CPU loads and has mild results for me. I much prefer to work against them and with the older mysql323 32.exe as it performs a hyrbid bruteforce by using ordered mask attacks. Can this hash type be ported to oclhashcat or oclhashcat-lite please to leverage GPU? Also if considering I ported the masks over and it would be an even cooler addition if you could also add support to oclhashcat-lite to run masks from a defined masks file (instead of just one at a time). This would allow you to define mutliple masks to run at a given hash in a specific order. Any thoughts?


Attached File(s)
.txt  keyspace.txt (Size: 3.76 KB / Downloads: 5)
Find all posts by this user
01-05-2012, 11:08 PM
Post: #2
RE: Old MySQL Hashes not supported in anything but Hashcat CPU?
i dont understand the reason for supporting mysql323 on GPU. you can just collide these hashes and if really required to not collide them, you can still hashcat cpu.
Visit this user's website Find all posts by this user
01-06-2012, 07:39 AM
Post: #3
RE: Old MySQL Hashes not supported in anything but Hashcat CPU?
Its mostly a speed and resources request. I dont mind running things as I have been but it would be nice if I could run it in a few minutes with GPU as opposed to a few hours with CPU under high loads (worst case scenario, I admit it is usually pretty quick). The multi-mask idea was just another idea I had that thought might be good in certain conditions where you like to test in a given systematic approach.
Find all posts by this user
01-06-2012, 11:24 AM
Post: #4
RE: Old MySQL Hashes not supported in anything but Hashcat CPU?
i doubt you can do it a few minutes with gpu since special techniques heavily depending on memory access. memory access on GPU = big slowdown.
Visit this user's website Find all posts by this user
01-06-2012, 04:51 PM
Post: #5
RE: Old MySQL Hashes not supported in anything but Hashcat CPU?
OK fair enough, appreciate the feedback none the less - had to throw it out there Smile
Find all posts by this user