Brute Force / Mask
#6
(05-15-2013, 05:22 PM)Kuci Wrote: Hmm, what about reading help and wiki ?

(05-16-2013, 02:20 AM)epixoip Wrote: first, you're not going to brute force past length 8 on CPU. you probably won't even get past length 7.
second, you don't need to specify --pw-max
third, -c with -a 3 does nothing
forth, you can replace "-1 ?l?u?d?s ?1" with "?a"

so while your command line works, a more appropriate command line would be:

Code:
hashcat-cli64 -n 2 -m 2711 -a 3 --pw-min 5 hash.txt ?a?a?a?a?a?a?a
Thanks, does this make it more likely to get the password?


Messages In This Thread
Brute Force / Mask - by Jack - 05-15-2013, 04:41 PM
RE: Brute Force / Mask - by Kuci - 05-15-2013, 05:22 PM
RE: Brute Force / Mask - by Jack - 05-15-2013, 05:26 PM
RE: Brute Force / Mask - by Kuci - 05-15-2013, 07:51 PM
RE: Brute Force / Mask - by epixoip - 05-16-2013, 02:20 AM
RE: Brute Force / Mask - by Jack - 05-16-2013, 12:35 PM
RE: Brute Force / Mask - by mastercracker - 05-16-2013, 02:39 PM