09-09-2021, 03:23 PM
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
Error Message
What am I doing wrong here?
Thanks in advance
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