Rule-based Attack
#7
To your original question:
"I'd like to carry out a rule-based attack where the password should have:
- capitalise first character
- append from one to four digits to the end
- append a special character and from one to four digits to the end."

Try something along the lines of:
hashcat -m<value> <hash> -a3 -1 ?d?s ?u?a?a?a?a?1?1?1?1 --increment

where you use as many ?a as you think are necessary, or if you know something about those characters, you can tighten that up with a smaller character set.


Messages In This Thread
Rule-based Attack - by peppespe - 06-25-2018, 06:29 PM
RE: Rule-based Attack - by undeath - 06-25-2018, 07:03 PM
RE: Rule-based Attack - by peppespe - 06-26-2018, 06:30 PM
RE: Rule-based Attack - by lehrling - 06-26-2018, 04:02 PM
RE: Rule-based Attack - by undeath - 06-26-2018, 07:53 PM
RE: Rule-based Attack - by peppespe - 06-27-2018, 10:38 AM
RE: Rule-based Attack - by plaverty9 - 06-27-2018, 05:10 PM
RE: Rule-based Attack - by peppespe - 06-27-2018, 05:51 PM
RE: Rule-based Attack - by undeath - 06-27-2018, 05:12 PM
RE: Rule-based Attack - by undeath - 06-27-2018, 05:54 PM