Which Hash-Method was used here? - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Support (https://hashcat.net/forum/forum-3.html) +--- Forum: hashcat (https://hashcat.net/forum/forum-45.html) +--- Thread: Which Hash-Method was used here? (/thread-6114.html) |
Which Hash-Method was used here? - Frankiegi - 12-13-2016 Hello everyone! Im a complete newbie in hashcat and dont know very much about this amazing tool yet. I have the hashed Password of a local Joomla-user on my computer, but i dont know which exact encryption-method was used there: Code: REDACTED According to the Joomla-Forum, the Hash was encrypted in MD5 in this way: md5($password.$salt) But when i try to brute-force this string with the Hash-Mode "-m 500" (the example for this mode looked the most similiar to the hash i wrote above), hashcat just throws the exception "no hashes loaded" and "Signature unmatched". Does anyone have an idea how i manage to brute-force this hash or what im doing wrong? RE: Which Hash-Method was used here? - epixoip - 12-13-2016 The first thing you're doing wrong is failing to read the forum rules, where posting hashes is strictly prohibited. Take a week off to read the rules. Second thing you're doing wrong is failing to search for the answer yourself. The hash you posted has a signature, and that signature is extremely well-known. It's something you could have very easily Googled or searched for the example hashes page on our Wiki. Not something you should have needed to ask us for at all. |