01-26-2011, 09:35 PM
Ok so I have setup a pretty powerful system to play around with this now.
I installed joomla 1.5 on my local test server just so that I could grab the password hash of my administrator account. I set the password to 12345 to make it easy to recover.
The hash in the database is
I put it in a file called hash.list and ran HC with the following arguments
But for some reason it goes past the length of the password that I set, without recovering it.
Am I doing some obvious error?
Thanks in advance
I installed joomla 1.5 on my local test server just so that I could grab the password hash of my administrator account. I set the password to 12345 to make it easy to recover.
The hash in the database is
Code:
cb60170b8a8a5cc410394b84a9851faf:C0NtAOGke5thmmHl4rKDGWKNFlbCLidq
I put it in a file called hash.list and ran HC with the following arguments
Code:
./cudaHashcat32.bin hash.list --increment -m 1 -1 ?d?u?l ?1?1?1?1 ?1?1?1?1
But for some reason it goes past the length of the password that I set, without recovering it.
Am I doing some obvious error?
Thanks in advance