Cracking sha1 with two different salts
#1
Greetings,

I'm trying to crack a set of hashes which are made in the following way:

sha1( 'salt1'.pass.'salt2' )

I was trying to use -m 4900 but it seems that mode expects the two salts to be the same, which they are not.

Is there a way to do this currently, or is there a way I could patch it to work like that/add a custom mode?

Thanks in advance for any help

EDIT: I found -m 19300 on https://hashcat.net/wiki/doku.php?id=example_hashes is exactly the mode im looking for, but it is marked as "in beta or not yet released". I installed 5.1.0 from github but I still get the error "Unknown hash-type '19300' selected."
Reply


Messages In This Thread
Cracking sha1 with two different salts - by sophus - 11-27-2019, 04:20 PM