UPDATE2: using a .hcmask file doesn't make much sense in this case (together w/ the spanish.hcchr file) since the mask inside the .hcmask file must refer to the spanish.hcchr file somehow... i.e. the masks need to use some ?1 .... but rockyou-3-3600.hcmask doesn't do that... it would be better to use -1 -2 in your cmdline and define them appropriately
UPDATE1: radix was faster, anyway my answer:
if you use -a 3 (mask attack) it would make sense to define a mask (see http://hashcat.net/wiki/doku.php?id=mask_attack )
e.g. ?1?1?1?1?1?1?1?1
otherwise where do you think -1 is used?
A *minimal* cmdline would be:
oclHashcat-plus64.exe -a 3 -m 100 -p : -1 spanish.hcchr sha1.txt --increment --increment-min 5 --increment-max 10 ?1?1?1?1?1?1?1?1?1?1
(you ofc need to replace the hcchr file and hash file w/ the path to your files - as in your example -)
Attention: Since the password might also be a mix of numbers / latin chars + spanish chars you may need to combine them in a custom charset or a hcchr file that includes all of them (see http://hashcat.net/wiki/doku.php?id=mask...rset_files )
UPDATE1: radix was faster, anyway my answer:
if you use -a 3 (mask attack) it would make sense to define a mask (see http://hashcat.net/wiki/doku.php?id=mask_attack )
e.g. ?1?1?1?1?1?1?1?1
otherwise where do you think -1 is used?
A *minimal* cmdline would be:
oclHashcat-plus64.exe -a 3 -m 100 -p : -1 spanish.hcchr sha1.txt --increment --increment-min 5 --increment-max 10 ?1?1?1?1?1?1?1?1?1?1
(you ofc need to replace the hcchr file and hash file w/ the path to your files - as in your example -)
Attention: Since the password might also be a mix of numbers / latin chars + spanish chars you may need to combine them in a custom charset or a hcchr file that includes all of them (see http://hashcat.net/wiki/doku.php?id=mask...rset_files )