09-27-2021, 02:33 AM
Hello. I'm trying to learn, but I can't get a mask that gets a wifi password of a size of between 6 and 12 characters, which can be uppercase and lowercase letters, numbers and signs.
(09-27-2021, 02:33 AM)LasPer Wrote: [ -> ]Hello. I'm trying to learn, but I can't get a mask that gets a wifi password of a size of between 6 and 12 characters, which can be uppercase and lowercase letters, numbers and signs.
I prefer this:
$ hashcat --stdout -i --increment-min=6 -a 3 -1 ?l?u?d?s ?1?1?1?1?1?1?1?1?1?1?1?1
because it is better to modify, e.g. if you need other sets of characters (-1 ?l?u), without typing the entire mask again
which is the same as:
$ hashcat --stdout -i --increment-min=6 -a 3 ?a?a?a?a?a?a?a?a?a?a?a?a
$ hashcat -m 22000 hashfile.hc22000 -i --increment-mi=6 -a 3 -1 ?l?u?d?s ?1?1?1?1?1?1?1?1?1?1?1?1