Special char-set usage
#4
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 )


Messages In This Thread
Special char-set usage - by giveen - 11-05-2013, 07:04 PM
RE: Special char-set usage - by radix - 11-05-2013, 07:12 PM
RE: Special char-set usage - by giveen - 11-05-2013, 07:14 PM
RE: Special char-set usage - by philsmd - 11-05-2013, 07:17 PM
RE: Special char-set usage - by giveen - 11-05-2013, 07:24 PM
RE: Special char-set usage - by philsmd - 11-05-2013, 07:28 PM
RE: Special char-set usage - by giveen - 11-05-2013, 07:30 PM
RE: Special char-set usage - by radix - 11-05-2013, 08:17 PM
RE: Special char-set usage - by giveen - 11-06-2013, 04:21 PM