Set Min and Max Password length give error
#1
Question 
Hi guys!

I have three Fritz boxes available on which a 20-digit password made up of numeric numbers is used by default.

Now I thought I'd try how long it would take to crack these passwords under real conditions. I use a GTX 2060 and generate around 350,000 keys per second with WPA / WPA2.

I know that the key is exactly 20 digits long and only numerically. But now to my little problem:

Input
Code:
hashcat 3.hccapx -a 3 -m 22000 -i --increment-min=20 --increment-max=20 ?d?d?d?d?d?d?d?d?d?d?d?d?d?d?d?d?d?d?d?d --session=3

Error Message
Code:
Integer overflow detected in keyspace of mask: ?d?d?d?d?d?d?d?d?d?d?d?d?d?d?d?d?d?d?d?d

What am I doing wrong here?

Thanks in advance
Reply


Messages In This Thread
Set Min and Max Password length give error - by MorkBorlog - 09-09-2021, 03:23 PM