Sha1 with salt help
#1
I need assistance with putting my salt and hash together. I was working on a hack the box machine and came across a hash and a salt. I have tried placing the values as hash:salt in a text file and use both -m 110 and -m 120 on the attack. I am not able to get the password. I have an idea about what the value of the hash is from hints I've read. So my question is: Am I doing something wrong with creating the target hash as hash:salt? I've looked up hashcat's example hashes and this appears to be the same as what they have for their 110 and 120 values.

Attempts I've tried:
hashcat -m 120 -a 0 hashfile.txt wordlist.txt
Reply


Messages In This Thread
Sha1 with salt help - by user3212 - 08-04-2020, 09:39 PM
RE: Sha1 with salt help - by philsmd - 08-04-2020, 09:44 PM
RE: Sha1 with salt help - by user3212 - 08-04-2020, 10:23 PM
RE: Sha1 with salt help - by philsmd - 08-05-2020, 12:17 AM
RE: Sha1 with salt help - by user3212 - 08-05-2020, 03:39 PM