Mysql hast and salt
#1
Hi people,
I'm trying to recover a password from a (my) mysql database and I have the hash and salt.
I tried to recover unsuccessfully with this commands:
Code:
hashcat-cli64.exe -m 300 -a 3 -o --pw-min=4 --pw-max=8 -n 4  -o pass.txt hash.txt ?l?l?l?l?l?l?l?l
and
Code:
hashcat-cli64.exe -m 300 -a 3 -o --pw-min=4 --pw-max=8 -n 4  -o pass.txt hash.txt ?u?l?l?l?l?l?l?l

but I think the password is more complicated.
what would be the syntax for brute force attack with lowercase + uppercase?
and
Is possible to send mysql salt to hashcat? I tried format hashConfusedalt in the hash file but hashcat says "line lenght exception".

Thanks!!


Messages In This Thread
Mysql hast and salt - by wil - 03-27-2014, 04:26 PM
RE: Mysql hast and salt - by Milzo - 03-27-2014, 08:04 PM
RE: Mysql hast and salt - by wil - 03-28-2014, 10:33 AM
RE: Mysql hast and salt - by Milzo - 03-28-2014, 12:31 PM
RE: Mysql hast and salt - by undeath - 03-28-2014, 02:35 PM