password_gen is a console application which is generating sequential passwords for brute force.
password_gen.exe /min:8 /max:12 /L /U /N /S > dictionary.txt
/L : use lowercase /U : use uppercase /N : use numeric /S : use special character
password_gen is licensed under the BSD licence.