02-22-2015, 04:22 PM
Hi everyone,
I'm trying to crack a md5 password. This password is salted with a key and is encrypted like this : md5($salt.$password).
I'm using this command to decode it :
C:\Users\florentroche66\Downloads\hashcat-0.49\hashcat-0.49>hashcat-cli64.exe -m20 -a 3 test.hash.txt -o result.txt ?l?l?l?l
in test.hash.txt i put :
d653ea7ea31e77b41041e7e3d32e3e4a:k8k8yBEO7bXXjjRH9BoKTojYIA1dNmHDaKiC3sfGRp8eNORfW3joAA3c
The encoded password i'm trying to decode is "test".
"k8k8yBEO7bXXjjRH9BoKTojYIA1dNmHDaKiC3sfGRp8eNORfW3joAA3c" is a typical salt used in prestashop, it's always that long !
The problem i have is that when i press enter, i have this error :
Initializing hashcat v0.49 with 8 threads and 32mb segment-size...
Skipping line: d653ea7ea31e77b41041e7e3d32e3e4a:k8k8yBEO7bXXjjRH9BoKTojYIA1dNmHD
aKiC3sfGRp8eNORfW3joAA3c (line length exception)
No hashes loaded
I'm pretty sure i have this error because the salt is too long. But all prestashop salts are that long, is there a way to increase the acceptable size length so i can try to decode prestashop passwords
Thanks for your help
I'm trying to crack a md5 password. This password is salted with a key and is encrypted like this : md5($salt.$password).
I'm using this command to decode it :
C:\Users\florentroche66\Downloads\hashcat-0.49\hashcat-0.49>hashcat-cli64.exe -m20 -a 3 test.hash.txt -o result.txt ?l?l?l?l
in test.hash.txt i put :
d653ea7ea31e77b41041e7e3d32e3e4a:k8k8yBEO7bXXjjRH9BoKTojYIA1dNmHDaKiC3sfGRp8eNORfW3joAA3c
The encoded password i'm trying to decode is "test".
"k8k8yBEO7bXXjjRH9BoKTojYIA1dNmHDaKiC3sfGRp8eNORfW3joAA3c" is a typical salt used in prestashop, it's always that long !
The problem i have is that when i press enter, i have this error :
Initializing hashcat v0.49 with 8 threads and 32mb segment-size...
Skipping line: d653ea7ea31e77b41041e7e3d32e3e4a:k8k8yBEO7bXXjjRH9BoKTojYIA1dNmHD
aKiC3sfGRp8eNORfW3joAA3c (line length exception)
No hashes loaded
I'm pretty sure i have this error because the salt is too long. But all prestashop salts are that long, is there a way to increase the acceptable size length so i can try to decode prestashop passwords
Thanks for your help