06-02-2017, 01:32 PM
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:
What am I doing wrong?
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?