Hash Prestashop
#1
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 Smile


Messages In This Thread
Hash Prestashop - by hashnoob - 02-22-2015, 04:22 PM
RE: Hash Prestashop - by atom - 02-22-2015, 04:33 PM
RE: Hash Prestashop - by hashnoob - 02-22-2015, 05:53 PM
RE: Hash Prestashop - by philsmd - 02-23-2015, 12:28 AM
RE: Hash Prestashop - by hashnoob - 02-23-2015, 12:20 PM
RE: Hash Prestashop - by andreihash - 02-24-2015, 02:21 AM
RE: Hash Prestashop - by atom - 02-24-2015, 12:24 PM
RE: Hash Prestashop - by philsmd - 02-26-2015, 12:43 PM
RE: Hash Prestashop - by hashnoob - 02-26-2015, 03:58 PM