Thread Closed 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
What's wrong? the answer is incorrect
10-02-2011, 06:15 AM
Post: #1
What's wrong? the answer is incorrect
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
Initializing hashcat v0.37 by atom with 8 threads and 32mb segment-size...

NOTE: press enter for status-screen

Added hashes from file hash.txt: 1 (1 salts)
Activating quick-digest mode for single-hash with salt
674068537efe05f74c4d668f32f7ddba:lusgUYkNU6JxJKSBsOZGiZTQGm3StdrK:sys
All hashes have been recovered

D:\hashcat>more hash.txt
674068537efe05f74c4d668f32f7ddba:lusgUYkNU6JxJKSBsOZGiZTQGm3StdrK

D:\hashcat>more dict.txt
sys
Find all posts by this user
10-02-2011, 06:50 AM (This post was last modified: 10-02-2011 06:51 AM by San.)
Post: #2
RE: What's wrong? the answer is incorrect
Hi,

-m 1 = md5($pass.$salt)
Here your salt is "lusgUYkNU6JxJKSBsOZGiZTQGm3StdrK" and your password is "sys".
The recovered hash is correct.
Find all posts by this user
10-02-2011, 12:10 PM
Post: #3
RE: What's wrong? the answer is incorrect
Thanks you. You are right!
Find all posts by this user
Thread Closed