hashcat Forum
How to say that the password starts with "abc" - Printable Version

+- hashcat Forum (https://hashcat.net/forum)
+-- Forum: Support (https://hashcat.net/forum/forum-3.html)
+--- Forum: hashcat (https://hashcat.net/forum/forum-45.html)
+--- Thread: How to say that the password starts with "abc" (/thread-7025.html)



How to say that the password starts with "abc" - yildiza - 11-16-2017

I know that the password starts with specific characters.

How should I run hashcat so that it knows that the password starts with "abc"?


RE: How to say that the password starts with "abc" - philsmd - 11-16-2017

What type of hashes do you use (there are salted hashes, where you can use abc as salt)?
What type of attack mode are you planning to use? for word list/dictionary attack you can just add a rule that prepends abc: ^c ^b ^a


RE: How to say that the password starts with "abc" - yildiza - 11-16-2017

(11-16-2017, 12:35 PM)philsmd Wrote: What type of hashes do you use (there are salted hashes, where you can use abc as salt)?
What type of attack mode are you planning to use? for word list/dictionary attack you can just add a rule that prepends abc: ^c ^b ^a

I'm trying to crack an MD5 hash with a mask attack. Is it possible?


RE: How to say that the password starts with "abc" - vagantis - 11-16-2017

It is possible. Just use mask that starts with "abc", for example "abc?a?a?a". You can also use modifier "--increment", that way you can type one long mask (abc?a?a?a?a?a?a?a?a) and hashcat will try to crack passwords of different length.