Basic hashcat mask syntax
#1
Greetings,

I'm a little ashamed of posting it here, but I can't figure out the mask of this attack. I want to try decrypting a Joomla! 2.5.28 hash which may consist of alphanumeric characters and symbol with a length of up to 8 characters so I'm trying this command:

hashcat64.exe -m 400 hash.txt -a 3 --session joomla ?1?1?1?1?1?1?1?1 --increment -1 ?l?u?d?s -o password.text

I want to decrypt a salted Joomla password, up to 8 characteres, with that custom mask. Problem is that I receive the following error:
Quote:The wordlist or mask that you are using is too small.
This means that hashcat cannot use the full parallel power of your device(s).
Unless you supply more work, your cracking speed will drop.
For tips on supplying more work, see: https://hashcat.net/faq/morework


What am I doing wrong?


Messages In This Thread
Basic hashcat mask syntax - by WhalerTom - 06-02-2017, 01:32 PM
RE: Basic hashcat mask syntax - by atom - 06-02-2017, 02:00 PM
RE: Basic hashcat mask syntax - by WhalerTom - 06-02-2017, 03:07 PM
RE: Basic hashcat mask syntax - by philsmd - 06-02-2017, 03:21 PM
RE: Basic hashcat mask syntax - by atom - 06-02-2017, 04:12 PM