Page 1 of 1

automatic logon to website

Posted: Wed Jul 24, 2013 3:02 pm
by C3PO
Hello,

I would like to ask if someone could help me to make a script that logs on to http://dyn.com/dns/
Nothing else would be necessary.

thanks in advance

ps.: I'm using win7 x64 and IE10

Re: automatic logon to website

Posted: Wed Jul 24, 2013 4:53 pm
by Administrator
Since you are required to enter a captcha, it won't be easy. You might have to look into OCR.

Otherwise, a simple cURL script would do it.

Re: automatic logon to website

Posted: Wed Jul 24, 2013 5:03 pm
by C3PO
I don't want to create a new user I want to login with my user. therefor you don't need a captcha.

Re: automatic logon to website

Posted: Wed Jul 24, 2013 11:29 pm
by Administrator
Then just look into cURL. All you have to do is set the POST variables for your username and password, set the POST URL, and run it.