I want to make program which can do this:
1. go to url (example www.aaa.com/login.php)
2. log with user and pass
3. go to another url (www.aaa.com/guess.php)
4. guess 3-diggit password (000 - 999) (there is one textbox and one button on this page)
my teacher gives me this task to do.
which programming language is best for this>???
some advices?
1 reply to this topic
#1
Posted 31 January 2011 - 10:44 AM
|
|
|
#2
Posted 31 January 2011 - 10:52 AM
Which class is this for? I don't see why this would be a class problem.
Lots of languages can do it. If you want to guess a 3 digit number, you'd loop through and try them all. You'd want to send post data to whatever page they go to and probably just avoid the landing pages all together.
Lots of languages can do it. If you want to guess a 3 digit number, you'd loop through and try them all. You'd want to send post data to whatever page they go to and probably just avoid the landing pages all together.
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users


Sign In
Create Account

Back to top










