about custom charset
#1
Hi,
I jtry to find a password with minimum 8, maximum 12 length and I want to use  "abcdefghijklmnopqrstuvwxyz0123456789" characters.
I use this command:
hashcat.exe -m 15700 -D 1,3 -w 3 -i --increment-min 8 --increment-max 12 hashcode.txt -1 abcdefghijklmnopqrstuvwxyz0123456789 -a 3
but it gaves "If you specify a custom charset, you must also specify a mask." error. can you help me?
Reply


Messages In This Thread
about custom charset - by neversaynever - 04-19-2021, 10:40 PM
RE: about custom charset - by bbcjared - 04-19-2021, 11:10 PM
RE: about custom charset - by neversaynever - 04-19-2021, 11:30 PM
RE: about custom charset - by Snoopy - 04-20-2021, 12:52 AM