On 9/24/05, Dinesh Joshi dinesh.a.joshi@gmail.com wrote:
On Saturday 24 September 2005 09:52, Sanket Medhi wrote:
Hello, People who are using Sify as their ISP have just gotten lucky as I have finally been able to automate the whole login/logout process using Expect. Now, I can login/logout just by pressing a single icon
Hi,
Sometime back I remember making a "free" client for sify login. I never owned a sify account but a friend did.
Here's what I could figure out about the login process : It uses plain text passwords and its relatively trivial to make a login client in java.
Here's how I did it back then : 1. Capture the packets in ethereal and write a java client. :) simple !
The caveat was that the windows client sends keep-alive packets to the sify server with a 5 min window I guess.
I might have to hunt around and get the java client if you guys are interested.
regards,
C