(03-24-2021, 04:46 AM)Mont1x Wrote:(03-23-2021, 04:28 PM)Snoopy Wrote: i really dont get your point, you said:
Quote:I have a matching password on my list. I have similar ones that have not been decrypt hashed
so you KNOW the password/password for the hash you are trying to crack? did you generated it yourself? if yes, then maybe the hash-mode you used is not 120 aka sha1($salt.$pass) OR there is an option --hex-salt ,the original 0x in front of your salt could assume this
I found the salt. but I can't find the hash type.
change
[redacted]: 0x3535393639
to
[redacted]:55969
well, then you should "investigate" from which source your hashes came from, and which hahshing algorithm the source was using, from the given length (your first post if i remember it right)
it SHOULD be sha1/sha128 with salt so it SHOULD be mode 110