Image

Imageth1alb wrote in Imagecpp

brute force

Can you guys give me any pointers, on how I would go about writing a html form brute force application in c++?
This would be used to get into the web interface of my dad's router, who apperantly doesn't know the password and can't find where he notated it.
I would like to forward a port to my server, but don't want to reset the router.

The router is a WR850G (motorola), that has an index.asp with a very simple html form on it.
It shouldn't be too difficult, to write some kind of class, that keeps submitting that form and checks the returned data right?
I would be happy if someone can point me in the right direction or give me any starting points.

ps: don't worry about passwords; i am just gonna keep counting up the letters basically from 00000000 to ZZZZZZZZ until it fits. I'm on the same LAN, so connection is fast and time is irelevant.
pss: i tried a cuppl programs already, AccessDriver seeming the most sufisticated, but had no success, also those programs require a file with passwords and usernames. i would just like to create those while brute forcing; maybe saving the current possition every 500 passwords or so.
Thx a lot.