WiFi WPA2 - 16alphanumerical
#1
Sad 
Hello everyone
I'm facing difficulties with Hashcat as I've set up a virtual machine on Hyperstack with 2xRTXa6000 GPUs to assist me in cracking a 16-character password consisting of only capital letters and Numbers. The password should resemble something like this: "TU2UENK4UJGKSJDN" (please note that this is just a representation; I don't know the actual characters in the password, but I do know it's exactly 16 characters long and contains both numbers and letters).

So.. I tryed the following commands, but there is always a problem, the most common errors are: Invalid mask & Integer overflow detected in keyspace of mask.
- hashcat -m22000 -a3 -w4 homelife.hc22000 -d1,2
ci metterebbe anni

- hashcat -m22000 -a3 -w4 homelife.hc22000 -i --increment-min=16 --increment-max=16 -d1,2
Invalid mask.

- hashcat -m22000 homelife.hc22000 -i --increment-min=16 --increment-max=16 -1 ?u?d -a3 1?1?1?1?1?1?1?1?1?1?1?1?1?1?1?1? -d1,2 -w4
Integer overflow detected in keyspace of mask: 1?1?1?1?1?1?1?1?1?1?1?1?1?1?1?1

- hashcat -m22000 homelife.hc22000 -i --increment-min=16 --increment-max=16 -1 ?u?d -a3 1?1?1?1?1?1?1?1?1?1?1?1?1?1?1?1? -d1,2 -w4
Integer overflow detected in keyspace of mask: 1?1?1?1?1?1?1?1?1?1?1?1?1?1?1?1

- hashcat -m22000 homelife.hc22000 -i --increment-min=16 --increment-max=16 -a 3 -1 ABCDEFGHIJKLMNOPQRSTUVWXTZ123456789 ?1?1?1?1?1?1?1?1?1?1?1?1?1?1?1?1 -d1,2 -w4
Invalid mask.

- hashcat -m22000 homelife.hc22000 -a 3 -1 ABCDEFGHIJKLMNOPQRSTUVWXTZ123456789 ?1?1?1?1?1?1?1?1?1?1?1?1?1?1?1?1 -d1,2 -w4
Integer overflow detected in keyspace of mask: ?1?1?1?1?1?1?1?1?1?1?1?1?1?1?1?1

- hashcat -m22000 homelife.hc22000 -a 3 -1 ?u?d ?1?1?1?1?1?1?1?1?1?1?1?1?1?1?1?1 -d1,2 -w4
Integer overflow detected in keyspace of mask: ?1?1?1?1?1?1?1?1?1?1?1?1?1?1?1?1

- hashcat -m 22000 homelife.hc22000 -a 3 ?u?l?d?u?l?d?u?l?d?u?l?d?u?l?d?u?l
Integer overflow detected in keyspace of mask: ?u?l?d?u?l?d?u?l?d?u?l?d?u?l?d?u?l

- hashcat -m 22000 homelife.hc22000 -a 3 ?u?l?d?1?1?1?1?1?1?1?1?1?1?1?1?1?1 -w 4
Custom-charset 1 is undefined.

- hashcat -m 22000 homelife.hc22000 -i --increment-min=16 --increment-max=16 -a 3 ?u?d?u?u?u?u?d?u?u?u?u?u?u?u?u?u -w 4
Integer overflow detected in keyspace of mask: ?u?d?u?u?u?u?d?u?u?u?u?u?u?u?u?u

- hashcat -m 22000 homelife.hc22000 -i --increment-min=16 --increment-max=16 -a 3 ?u?d?u?u?u?u?d?u -w 4
Invalid mask.

- hashcat -m22000 homelife.hc22000 -a 3 -1 ?u?d ?1?1?1?1?1?1?1?1 -d1,2 -w4
This is the only one that works, but it starts from 8characters, and it will take aprox 60days or maybe more..



Can you give me a suggestion on the correct command to give it?
The only way is that last command?? It will work...?
Reply


Messages In This Thread
WiFi WPA2 - 16alphanumerical - by P1master - 01-24-2024, 08:14 PM
RE: WiFi WPA2 - 16alphanumerical - by drsnooker - 01-24-2024, 08:27 PM
RE: WiFi WPA2 - 16alphanumerical - by TheBogeyman - 01-24-2024, 09:20 PM
RE: WiFi WPA2 - 16alphanumerical - by P1master - 01-25-2024, 09:59 AM
RE: WiFi WPA2 - 16alphanumerical - by Chick3nman - 01-25-2024, 02:00 AM
RE: WiFi WPA2 - 16alphanumerical - by P1master - 01-25-2024, 09:55 AM
RE: WiFi WPA2 - 16alphanumerical - by Chick3nman - 01-25-2024, 11:13 PM