07-26-2020, 12:43 PM
(07-26-2020, 12:23 PM)undeath Wrote:Quote:hashcat -m 2500 -a 6 something.hccapx wordlist.txt ?d?d?s
Except for the mask ?d?d?s this is the correct command for what you wanted to do. ?d is a placeholder for digits and does not include (uppercase) letters and you are missing the placeholder for the number at position three (?d).
Quote:hashcat -m 2500 -a 6 something.hccapx wordlist.txt ?u?u?d?s
This command will find ttaabbccBI1* if ttaabbcc is in your wordlist.
Thanks and if "ttaabbcc" is not in wordlist? is any option for find it?
I mean let's say that i dont know my password. How can is set up hashcat for find it?
Only bruteforce?