hashcat Forum

Full Version: Rule for targetting CamelCase passwords?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I'm trying to crack a hash I created which I know has a CamelCase password.
I'm using the rockyou wordlist and was trying to find out if there are pre-existing rules to target CamelCase passwords. It would have to take 2 words from the dictionary, capitalise the first letter, then combine them (much like the combinator attack)

Any suggestions would be awesome
Code:
hashcat -m 0 -a 1 -w 3 -j c -k c hash.txt dict1.txt dict2.txt

instead of the "c" rule you could also use the toggle rule: -j T0 -k T0