[sqlmap-users] Unknown Hash Format
Brought to you by:
inquisb
From: Chris O. <chr...@gm...> - 2013-02-07 13:45:25
|
Hi All Not a direct SQLMap question but I thought someone might be able to shed some light on this. I'm testing an app that has SQL injection and a lot of the user passwords hashes are in the following format: *15C828E597C8B6781C2 Does anyone recognise what this is? They're all unsalted. SQLMap picks it up as MySQL (Old) when it's trying to crack them, but this is incorrect as far as I'm away. Older MySQL hashes come in the format: 5c47637e661879aa (weddingtv) - cracked by SQLMap :) Sorry to go a bit off topic... Cheers Chris |