06-18-2021, 11:01 AM
(06-17-2021, 11:17 PM)CATuGHTI Wrote: @paranoyakx
I think what you need is:
hashcat -a 3 -m 22100 -1 ?l?d ?1?1?1?1?1 hash.txt
?l - lower
?d - numbers
hi, thanks for reply. by mistake I wrote -1 ?l?1 it should be -1 ?l?d as you indicated. it is a typo on my previous message but as I said this does not solve my problem because -1 ?l?d also checks for aaaaaaaa or 5555555, I want it to generate data as it includes at least one char or number (whatever I defined at -1, there must be at least one of them). for ex if I define the mask as " -1 ?l?u?d?s ?1?1?1?1?1 " then I want it to generate 5 digits passwords which contain at least one lower, upper, number and special character. I assume this is not an option for now.