Crack a hash with a list of possible salts with hashcat
I have a list of hashes. I also have a file which has a list of possible salts. I know that the length of the original password is between 5 and 7. Can someone suggest a way to crack this with hashcat? I tried writing a code, but no matches so far. I tried running hashcat in kali, but ‘Not enough allocatable device memory’
Edit:Yea, I have added RAM, command is running now, but the problem is that when I give the hash and salt individually, it is working. But I cant give files as arguments.
I gave <hashcat -a 3 -m 120 <hash>:<salt> –incrrment –increment-min 5 –increment-max 8>
The above is working
But when I gice <hashcat -a 3 -m 120 hashes.txt:salt.txt –increment –increment-min 5 –increment-max 8>.This is giving an error. The hashes file has all the hash line by line and salt.txt has all the possible salts line by line
submitted by /u/Savings_County_9309
[link] [comments]