Would you like to react to this message? Create an account in a few clicks or log in to continue.

You are not connected. Please login or register

View previous topic View next topic Go down  Message [Page 1 of 1]

1[AutoIt] Computer Talks Auto Login Empty [AutoIt] Computer Talks Auto Login Tue Dec 21, 2010 7:56 pm

The Professor

The Professor
Contributor
Loading
Well, while experimenting with the site I came across a little trick to authenticate yourself without manually logging in or using HTTP Requests.
Code included below.

Code:
; Created by Protozoid

#include <IE.au3>

$oIE = _IECreate("http://www.computalks.com")

_IENavigate($oIE, "http://www.computalks.com/login?" & "username=" & "Your username" & "&autologin=on" & "&password=" & "Your password" & "&login=Log+in")

; Don't alter anything else but the places where it says "Your username/password".

I also consider this a site vulnerability.

2[AutoIt] Computer Talks Auto Login Empty Re: [AutoIt] Computer Talks Auto Login Sun Jan 09, 2011 9:03 pm

OwenWilson

OwenWilson
Master
Loading
i probalyb wont be using this but thx
Razz

3[AutoIt] Computer Talks Auto Login Empty Re: [AutoIt] Computer Talks Auto Login Thu Apr 07, 2011 11:38 pm

Erebus

Erebus
Achiever
Loading
Hehe thanks bro, ima try it out ^^ +rep

Sponsored content


Loading

View previous topic View next topic Back to top  Message [Page 1 of 1]

Related topics

Permissions in this forum:
You cannot reply to topics in this forum