Hi! I want to crack a password in the format of word1+word2 +3 digit number.
I got hashcat up and running on my gaming PC and got it to do a combination attack with the 2 word lists using this code....
hashcat64.exe -m 2500 -a 1 test.hccapx word1.txt word2.txt
But I can't seem to get the 3 digits onto the end. I tried using the -k but all the rules it can use seem to change text or add a stationary digit, but I need it to cycle through 0-9 for all three digits on the end. I also tried making a wordlist in crunch of the 3 digits but I wasn't able to make hashcat use 3 wordlists in the combination attack.
Is there a way to pipe in the last three digits? I really appreciate the help
I got hashcat up and running on my gaming PC and got it to do a combination attack with the 2 word lists using this code....
hashcat64.exe -m 2500 -a 1 test.hccapx word1.txt word2.txt
But I can't seem to get the 3 digits onto the end. I tried using the -k but all the rules it can use seem to change text or add a stationary digit, but I need it to cycle through 0-9 for all three digits on the end. I also tried making a wordlist in crunch of the 3 digits but I wasn't able to make hashcat use 3 wordlists in the combination attack.
Is there a way to pipe in the last three digits? I really appreciate the help