02-28-2021, 10:41 PM
I've been trying to look for options to generate lowercase, uppercase, digits and a single symbol in a random position within 8 characters of length. The only command I can think of is
and then just switching every ?1 mask for a ?s in every position.
Would hashcat be able to do this in just a single command for every possible combination?
Code:
[b]hashcat -a 3 -m[hashmode] [hash] -1 ?l?u?d ?1?1?1?1?1?1?1?s[/b]
Would hashcat be able to do this in just a single command for every possible combination?