Hashcat settings - explanation
#5
(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?
Reply


Messages In This Thread
Hashcat settings - explanation - by soorta - 07-26-2020, 11:34 AM
RE: Hashcat settings - explanation - by Mem5 - 07-26-2020, 12:04 PM
RE: Hashcat settings - explanation - by soorta - 07-26-2020, 12:13 PM
RE: Hashcat settings - explanation - by undeath - 07-26-2020, 12:23 PM
RE: Hashcat settings - explanation - by soorta - 07-26-2020, 12:43 PM
RE: Hashcat settings - explanation - by undeath - 07-26-2020, 01:23 PM
RE: Hashcat settings - explanation - by soorta - 07-26-2020, 01:30 PM