-m120 Exhausted.error
#9
(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
Reply


Messages In This Thread
-m120 Exhausted.error - by Mont1x - 03-22-2021, 01:36 PM
RE: -m120 Exhausted.error - by Snoopy - 03-22-2021, 04:52 PM
RE: -m120 Exhausted.error - by Mont1x - 03-22-2021, 05:22 PM
RE: -m120 Exhausted.error - by Mont1x - 03-22-2021, 05:27 PM
RE: -m120 Exhausted.error - by Snoopy - 03-22-2021, 10:48 PM
RE: -m120 Exhausted.error - by Mont1x - 03-23-2021, 03:53 AM
RE: -m120 Exhausted.error - by Snoopy - 03-23-2021, 04:28 PM
RE: -m120 Exhausted.error - by Mont1x - 03-24-2021, 04:46 AM
RE: -m120 Exhausted.error - by Snoopy - 03-25-2021, 04:54 PM