I want to crack a hash where the cleartext contains:
- starts with a capital letter
- the next 8 or less than 8 small letters
- then 5 or less than 5 numbers
- and ends with ! (exclamation mark)
I want to use a brute force attack.
So please give me a proper syntax for this asap.