Twelve characters, four numbers, eight lowercase a-z
#1
Password is twelve characters, four numbers, eight lowercase a-z. An example would be for cracking a password like this one I made up: "xjqe9hr2e9n2"
The placement of the numbers seems to be random.
This is what I have put together, so please laugh, because I'm sure it's stupid, but I'm new and learning...

hashcat -m 2500 -w 3 "/home/hs.hccapx" -a 3 -1 abcdefghijklmnopqrstuvwxyz0123456789 ?1?1?1?1?1?1?1?1?1?1?1?1 -w 4 --force -O


Any tips?
Reply


Messages In This Thread
Twelve characters, four numbers, eight lowercase a-z - by chrisjriddle - 10-21-2021, 10:38 AM