PHP password cracker...
Hey… I want to make a PHP password form cracker (for brute- and directory attacking password forms…) I want to be able to just put in the url, the name of the fields and the username… So… I'm asking for your help…. Where should I start? What do I need to use? Please… don't paste fully made code… I don't want to be a script kiddie ;D But you can post ideas and framework… :D Thanks…
-bexus
It was an MD5 Bruteforcer: http://aldarhawk.homelinux.org/downloads.php?cat_id=1
just another thing to keep in mind, don't think anyone else said it, but when you are making, it you have to remember to code your program to be able to detect whether or not the user / pass were correct. for example, login with a user/ pass you already know. see if it gives you a new cookie or something, that is different than when you are not logged in. so then when you do use your bruteforcer, it detects the correct login.