Hi everyone,
I'm learning C atpresent and interested in developing some attack tools.I want to create first a brute force attack tool(i.e) password guesser.Based on the user constraints(a-z,1-0),the software should create passwords and with that the try couldbe done.

Also suggest me other interesting tools i could develop and also the areas in C where i should concentrate more.

Chokks.