07-26-2020, 12:13 PM
(07-26-2020, 12:04 PM)Mem5 Wrote: Hashcat tries each line from your wordlist.and this i dont understand.
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
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?