Jump to content
Hertz

Data takeover from WWW with session

Recommended Posts

I will show you a basic example about how to take some data from a web page which requires you to be logged in to view it.

Why have the next example :

On http://www.site.com/folder/page.php it’s given a random quadratic each time we refresh , like this : Quadratic is : ax^2+bx+c=0 , and we must calculate x1 and x2 and send their values like that : http://www.site.com/folder/page.php?solution=x1-x2 in less than 2.5 seconds.

It’s obvious that this think can’t be done manually because you can’t calculate the two values and submit them in such a short amount of time.

I will show you how to do this automatically in few programming languages like PHP,C,JavaScript

Restul articolului : Data takeover from WWW (with session) Hertz's IT Blog

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...