• caglararli@hotmail.com
  • 05386281520

Is there anyway to crack this salted Hash? [closed]

Çağlar Arlı      -    10 Views

Is there anyway to crack this salted Hash? [closed]

The Task is kind of a CTF task that I was given and I have no idea how to do this.

I had to crack a password on a zipfile and then crack the 3 hashes in the txt file within the zip file. I cracked the zip fine and I used ophcrack on the txt file and got 2 of the passwords but the last one didn't work:

AF21E9412415C6F1AAD3B435B51404EE:0043E2DE58E27650FAC7CEFBE2BA22BC

I ran hash-id and this was the result:

Possible Hashs:

[+] md5($pass.$salt) - Joomla

[+] SAM - (LM_hash:NT_hash)

According to hashcat example hashes it's mode 10 so I used the following command with rockyou.txt wordlist.

hashcat -m 10 crackthis.txt rockyou.txt

Which didn't result in anything.

I checked all MD5 modes it could be with

hashcat -h | grep MD5

and it gave me a big list and I'm not sure if doing all those modes it gives me would even work.

I don't know where to go from here.

There was no information given regarding possible passwords. Just crack the zip and then crack the hashes in the zip. No other information.