WPA2 Half-Handshake
#9
(08-02-2017, 04:48 AM)ThiagoAlvarenga Wrote: This is my first post, if I'm posting from the wrong place, to the administrators, move to the correct location and accept my apologies.

My native language is not English, sorry for any mistake.

I want to do a crash test using hascat, after some unsuccessful tests, I've been researching something to fix some doubts.

doubt:

Scenario:

1. The handcheck was captured;
2. Made the file conversion;
3. In this environment, the password Ass8162117 was used;
4. The hybrid mask + dict method was chosen;
5. Mascara used:? U? L? L
6. Numerical Dictionary 6/6;

In this context, where is the error?

That what you like to do is called a hybrid attack (a: dictionary and mask or b: mask an dictionary).

case a:
the correct simplified syntax is hashcat -m 2500 hashfile.hccapx -a 6 example.dict ?d?d
where example dict contains  the first part of the password >= 8 characters
Ass81621

case b:
the correct simplified syntax is hashcat -m 2500 hashfile.hccapx -a 7 ?U?l example.dict
where example dict contains the last part of the password >= 8 characters
s8162117

You can read more here:
https://hashcat.net/wiki/doku.php?id=hybrid_attack

and here:
https://hashcat.net/wiki/doku.php?id=mask_attack


Messages In This Thread
WPA2 Half-Handshake - by braxxox - 08-01-2017, 04:54 PM
RE: WPA2 Half-Handshake - by ZerBea - 08-01-2017, 05:09 PM
RE: WPA2 Half-Handshake - by ZerBea - 08-01-2017, 07:11 PM
RE: WPA2 Half-Handshake - by braxxox - 08-01-2017, 10:34 PM
RE: WPA2 Half-Handshake - by ZerBea - 08-01-2017, 11:23 PM
RE: WPA2 Half-Handshake - by braxxox - 08-02-2017, 03:22 AM
RE: WPA2 Half-Handshake - by ZerBea - 08-02-2017, 06:54 AM
RE: WPA2 Half-Handshake - by ThiagoAlvarenga - 08-02-2017, 04:48 AM
RE: WPA2 Half-Handshake - by ZerBea - 08-02-2017, 07:10 AM