[Ltsp-discuss] Automatically log on hotmail

2003-02-12 Thread gabriel lopez


Is there a script that would start konkeror, pass to it www.hotmail.com and 
once in the login page of hotmail, the script would provide the username and 
password?

any idea?





_




---
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
_
Ltsp-discuss mailing list.   To un-subscribe, or change prefs, goto:
 https://lists.sourceforge.net/lists/listinfo/ltsp-discuss
For additional LTSP help,   try #ltsp channel on irc.freenode.net


Re: [Ltsp-discuss] Automatically log on hotmail

2003-02-12 Thread Peter Billson
Gabriel,
  I'm proud to say that I don't have a Hotmail account to check to see if this works 
but can you simply URL encode the username/password form? (i.e. 
https://loginnet.passport.com/ppsecure/post.srf?login=foopasswd=bar) of course making 
sure to get all the
hidden fileds too. I see that the log-in form is normally POST not GET but it may work.

Pete
-- 
http://www.elbnet.com
ELB Internet Service, Inc.
Web Design, Computer Consulting, Internet Hosting


gabriel lopez wrote:
 
 Is there a script that would start konkeror, pass to it www.hotmail.com and
 once in the login page of hotmail, the script would provide the username and
 password?
 
 any idea?
 
 _
 
 ---
 This SF.NET email is sponsored by:
 SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
 http://www.vasoftware.com
 _
 Ltsp-discuss mailing list.   To un-subscribe, or change prefs, goto:
   https://lists.sourceforge.net/lists/listinfo/ltsp-discuss
 For additional LTSP help,   try #ltsp channel on irc.freenode.net


---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_
Ltsp-discuss mailing list.   To un-subscribe, or change prefs, goto:
  https://lists.sourceforge.net/lists/listinfo/ltsp-discuss
For additional LTSP help,   try #ltsp channel on irc.freenode.net



Re: [Ltsp-discuss] Automatically log on hotmail

2003-02-12 Thread Johan Romme
I sometimes use gaim as a tool to chat with friends on icq, yahoo and
hotmail/msn. On login, gaim checks for new mail on hotmail (yes I do
have hotmail accounts), and then suggest to go to the new mails. It
creates a tempfile with some html that contains a form containing
username and authentication, that is immediately redirected to 
hotmail, an automagic hotmail-autologin

The content of such a tempfile is at the end of this message included.
How to calculate the values for auth and creds can probably be 
found in the (open) source of gaim.

regards,

Johan Romme



- /tmp/gaimoiygyiyg 
html
head
noscript
meta http-equiv=Refresh content=0; url=http://www.hotmail.com;
/noscript
/head

body onload=document.pform.submit(); 
form name=pform
action=https://loginnet.passport.com/ppsecure/md5auth.srf?lc=1033 2
method=POST

input type=hidden name=mode value=ttl
input type=hidden name=login value=[EMAIL PROTECTED]
input type=hidden name=username value=[EMAIL PROTECTED]
input type=hidden name=sid value=507
input type=hidden name=kv value=4
input type=hidden name=id value=2
input type=hidden name=sl value=34
input type=hidden name=rru value=/cgi-bin/HoTMaiL
input type=hidden name=auth
value=4z1li906JDbGUfUzasdA04AdW5vYg!gerazNQG4UunldpWCdaH7uf4it3nLwkdy!9Ud0WainrvhQRkJFWVL2r9rQ$$
input type=hidden name=creds
value=2debbd7e07448b968a34597190b250a8
input type=hidden name=svc value=mail
input type=hidden name=js value=yes
/form/body
/html
---


On Thu, 2003-02-13 at 01:00, Peter Billson wrote:
 Gabriel,
   I'm proud to say that I don't have a Hotmail account to check to see if this works 
but can you simply URL encode the username/password form? (i.e. 
https://loginnet.passport.com/ppsecure/post.srf?login=foopasswd=bar) of course 
making sure to get all the
 hidden fileds too. I see that the log-in form is normally POST not GET but it may 
work.
 
 Pete
-- 
-- Romme Software Engineering[EMAIL PROTECTED]
-- Cornelis Trompstraat 90 06-22982288
-- 2628 RS  Delft  015-2855904



---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_
Ltsp-discuss mailing list.   To un-subscribe, or change prefs, goto:
  https://lists.sourceforge.net/lists/listinfo/ltsp-discuss
For additional LTSP help,   try #ltsp channel on irc.freenode.net