can't make cmd
#2
-a 0 is not for "bruting", nor for mask attack (https://hashcat.net/wiki/doku.php?id=mask_attack)

to use a mask attack and/or brute force a hash you need to use
-a 3

from --help:

* Attack modes:
0 = Straight
...
3 = Brute-force
...

Also you need to specify a mask, so a valid command would be something like this:
./hashcat-cli64.bin -m 400 --username -o t.txt -a 3 --pw-min 7 --pw-max 7 hashes.txt ?a?a?a?a?a?a?a


Messages In This Thread
can't make cmd - by topspace - 02-25-2015, 08:07 PM
RE: can't make cmd - by philsmd - 02-25-2015, 09:52 PM
RE: can't make cmd - by topspace - 02-25-2015, 11:55 PM
RE: can't make cmd - by philsmd - 02-25-2015, 11:57 PM
RE: can't make cmd - by topspace - 02-25-2015, 11:57 PM
RE: can't make cmd - by philsmd - 02-25-2015, 11:59 PM
RE: can't make cmd - by topspace - 02-26-2015, 12:09 AM
RE: can't make cmd - by philsmd - 02-26-2015, 12:12 AM
RE: can't make cmd - by topspace - 02-26-2015, 12:28 AM