What's wrong? the answer is incorrect - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Deprecated; Previous versions (https://hashcat.net/forum/forum-29.html) +--- Forum: Old hashcat Support (https://hashcat.net/forum/forum-20.html) +--- Thread: What's wrong? the answer is incorrect (/thread-537.html) |
What's wrong? the answer is incorrect - nobody - 10-02-2011 Hashcat 0.37 shows the answer is "sys" : but md5(lusgUYkNU6JxJKSBsOZGiZTQGm3StdrKsys) =435857510eac564d8980dc919acc485a Quote:D:\hashcat>Hashcat-cli64.exe -a 0 -m 1 hash.txt dict.txt RE: What's wrong? the answer is incorrect - San - 10-02-2011 Hi, -m 1 = md5($pass.$salt) Here your salt is "lusgUYkNU6JxJKSBsOZGiZTQGm3StdrK" and your password is "sys". The recovered hash is correct. RE: What's wrong? the answer is incorrect - nobody - 10-02-2011 Thanks you. You are right! |