02-04-2014, 03:58 PM
(02-04-2014, 02:06 PM)curlyboi Wrote:(02-04-2014, 01:39 PM)cyb3rarmy Wrote: What will i got on cracked result ?
is it those passwords with 1 to 5 chars ? am i right ?
or just thos passwords with 5 chars ? please answer ! TIA
only 5. if you want 1-5 you need to use those three -i parameters
(02-04-2014, 03:32 PM)mastercracker Wrote: Just to clarify previous post. Your mask will crack only 5 chars length. You simply add the -i to your command and it will do from 1 to 5.
Code:hashcat-cli64.exe -m 0 -a 3 -i test.txt ?a?a?a?a?a
If you want to do a range like only length 3 and length 4, you can use:
Code:hashcat-cli64.exe -m 0 -a 3 -i --pw-min=3 --pw-max=4 test.txt ?a?a?a?a?a
thank u so much for un answers .. I will do it and i will post the results thank u again )