hashcat Forum
Launch hashcat with conrete letters in password counts - 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: Launch hashcat with conrete letters in password counts (/thread-7642.html)



Launch hashcat with conrete letters in password counts - WhiteTiger - 07-06-2018

Hello. For example, i has md5 hash. And i known what this hash it`s a 7-length password contains: 2 letters "a", 2 letters "b", 3 letter "c". I don`t known positions of thoseĀ letters.
How can launch hashcat for fastest brute in this situation? If i run mask ?1?1?1?1?1?1?1 and --custom-charset1 abc - this will low effectively because hashcat check "aaaaaaa", "bbbbbbb" and other wrong passwords.


RE: Launch hashcat with conrete letters in password counts - plaverty9 - 07-06-2018

I'd do that anyway. It should be fast. 7 chars with a keyspace of 3 should be super fast.


RE: Launch hashcat with conrete letters in password counts - WhiteTiger - 07-06-2018

Yes, but only for simple examples. If target has big length or big charset, it`s may be very long


RE: Launch hashcat with conrete letters in password counts - undeath - 07-06-2018

you can use policygen from PACK or write your own candidate generator


RE: Launch hashcat with conrete letters in password counts - plaverty9 - 07-06-2018

Yes, but longer or bigger charsets are a different case than what you asked about. You asked about a length of 7 and a character set of 3. I'd brute that. If you have longer passwords with a bigger charset, I'd use rules and wordlists first.


RE: Launch hashcat with conrete letters in password counts - atom - 07-08-2018

Note that because of markov optimization "aaaaaaa" will not be the first candidate.