Single symbol in random position with Brute-Force attack
#1
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
Code:
[b]hashcat -a 3 -m[hashmode] [hash] -1 ?l?u?d ?1?1?1?1?1?1?1?s[/b]
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?
Reply


Messages In This Thread
Single symbol in random position with Brute-Force attack - by m0hasher - 02-28-2021, 10:41 PM