06-17-2021, 09:36 AM
Hi,
I wanted to know if there is a way to define a mask (or create a rule) that includes there must be at least one number and rest is lower characters.
I wanted to crack a 7 characters password and it might contain numbers and lower case characters. I understood how to define a mask but how can I say that at least 1 digit must be a number. that will reduce the possibilities drastically.
I am aware that I can run 7 times hashcat with changing the mask every time like ?d?l?l?l?l?l?l and then ?l?1?l?l?l?l?l etc but I might try to use upper cases too so combinations are too high. so, basically I wanted to create my charset and mask as:
-1 ?l?1?u ?1?1?1?1?1?1?1
but as I said want hashcat to generate passwords so that they must contain at least 1 lower, 1 upper and 1 number. I hope, I could explain it.
thanks.
I wanted to know if there is a way to define a mask (or create a rule) that includes there must be at least one number and rest is lower characters.
I wanted to crack a 7 characters password and it might contain numbers and lower case characters. I understood how to define a mask but how can I say that at least 1 digit must be a number. that will reduce the possibilities drastically.
I am aware that I can run 7 times hashcat with changing the mask every time like ?d?l?l?l?l?l?l and then ?l?1?l?l?l?l?l etc but I might try to use upper cases too so combinations are too high. so, basically I wanted to create my charset and mask as:
-1 ?l?1?u ?1?1?1?1?1?1?1
but as I said want hashcat to generate passwords so that they must contain at least 1 lower, 1 upper and 1 number. I hope, I could explain it.
thanks.