hashcat Forum
hashcat mask - 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: hashcat mask (/thread-9396.html)



hashcat mask - phantom001 - 07-19-2020

Hello
I am new to hashcat and cant figure out how to make a mask for the following:

min char: 11
max char: 11

on every position the char could be [A-Z] and [0-9].

Maybe some one can show me the way.

THANK YOU


RE: hashcat mask - philsmd - 07-19-2020

first of all it's infeasible to brute-force (and in most cases also mask attack) a hash with a password that is very long and random. It's mathematically imposiible. NOT doable. just do the math (hint: it involves the total cracking speed in H/s and the total keyspace).

to answer your question:
Code:
hashcat -m 0 -a 3 --custom-charset2 ?u?d -w 3 -O hash.txt ?2?2?2?2?2?2?2?2?2?2?2



RE: hashcat mask - royce - 07-19-2020

Hint for calculating total keyspace:

https://www.wolframalpha.com/input/?i=%2826%2B10%29%5E11

Divide this by your actual attack speed in hashes per second. For example, if your speed is 200M H/s, here is how many days it will take to exhaust that mask:

https://www.wolframalpha.com/input/?i=%28%28%2826%2B10%29%5E11%29+%2F+200000000%29+%2F+%2860*60*24%29