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
Attempts I've tried:
hashcat -m 120 -a 0 hashfile.txt wordlist.txt