Crack first hash with first password etc...
#1
I'm trying to crack sha1(salt.plaintext) password and I also have the beginning of the password so I have two separate file :
hash.txt --> hash: salt
dictionnaries.txt --> beggining of the password

I also know that the first password of dictionnaries.txt is the beggining of the first password in hash.txt, same for 2nd hash etc...
So I want to crack first line of hash.txt with first line of dictionnaries.txt and I will use rules to crack the passwords.

If I do this and I have 150 000 lines in hash.txt and dictionnaries.txt, hashcat will test 150 000 lines and not 150 000*150 000 (because it's not the same salt for each line)

But I always fail on doing this.
Wich command I could use ?
Reply


Messages In This Thread
Crack first hash with first password etc... - by lucianobill - 02-12-2023, 02:00 AM