I've been using this command for a long time
this worked for me because I knew the password length. but now i need to crack a password with turkish characters( ğüışçö )
how can I do that
Code:
hashcat64.exe -m 0 -a 3 -1 ?l?u?d --increment --increment-min 8 --increment-max 8 x.txt ?1?1?1?1?1?1?1?1?1?1?1?1
how can I do that