03-27-2014, 04:26 PM
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:
and
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 hashalt in the hash file but hashcat says "line lenght exception".
Thanks!!
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
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 hashalt in the hash file but hashcat says "line lenght exception".
Thanks!!