Integer overflow detected?
#1
What is wrong with my command? Is my mask incorrect? I'm trying to crack a password example of: M6a4K1f1F21f3 
The order of characters is random, so mask of position of a capital letter or number doesn't apply. I also don't know how many characters the password actually is but I know its at least 11 characters. I also know this would take years to crack, I'm just doing it to learn hashcat commands better. 

hashcat.exe -m 22000 hash.22000 -a 3 --increment --increment-min 11 --increment-max 15 -1 ?l?u?d  ?1?1?1?1?1?1?1?1?1?1?1?1?1?1?1

I'm getting this error come up:

Integer overflow detected in keyspace of mask: ?1?1?1?1?1?1?1?1?1?1?1

Integer overflow detected in keyspace of mask: ?1?1?1?1?1?1?1?1?1?1?1?1

Integer overflow detected in keyspace of mask: ?1?1?1?1?1?1?1?1?1?1?1?1?1

Integer overflow detected in keyspace of mask: ?1?1?1?1?1?1?1?1?1?1?1?1?1?1

Integer overflow detected in keyspace of mask: ?1?1?1?1?1?1?1?1?1?1?1?1?1?1?1
Reply


Messages In This Thread
Integer overflow detected? - by wifiguy - 10-17-2022, 03:13 AM
RE: Integer overflow detected? - by marc1n - 10-17-2022, 09:28 AM
RE: Integer overflow detected? - by drsnooker - 10-17-2022, 07:16 PM