Hashcat settings - explanation
#3
(07-26-2020, 12:04 PM)Mem5 Wrote: Hashcat tries each line from your wordlist.
So it will test "ttaabbcc" first, then "BI", then "123456789", etc.
"BI" will be skipped as the WPA password must be greater or equal to 8.

You need to define custom charset : https://hashcat.net/wiki/doku.php?id=mas...m_charsets
Something like:
Code:
-a 3 -1 tabc  -2 BI  -3 ?d -4 *,?=+;    ?1?1?1?1?1?1?1?1?2?2?3?4
and this i dont understand.

Let's say i have wifi password ttaabbccBI1 get handshake a convert it to hccapx file.

Is it possible to find password using default rockyou.txt wordlist?
Reply


Messages In This Thread
Hashcat settings - explanation - by soorta - 07-26-2020, 11:34 AM
RE: Hashcat settings - explanation - by Mem5 - 07-26-2020, 12:04 PM
RE: Hashcat settings - explanation - by soorta - 07-26-2020, 12:13 PM
RE: Hashcat settings - explanation - by undeath - 07-26-2020, 12:23 PM
RE: Hashcat settings - explanation - by soorta - 07-26-2020, 12:43 PM
RE: Hashcat settings - explanation - by undeath - 07-26-2020, 01:23 PM
RE: Hashcat settings - explanation - by soorta - 07-26-2020, 01:30 PM