Hi,
I am a newbie in System.Net programming though I have worked on mshtml but I want to do things more perfectly and with speed.
I have created one software that login to gmail using httpwebrequest and check that email ID is active or deleted.
But, that was I think simple login process. For that I had first tried with Wireshark but may be its too complicated or I am new to wireshark, anyways I was not able to find out that where is the login info in query string because it was totally encrypted. Please guide on how to find out the login info in encrypted queries (If its possible)
Well, I created my own socket based server and downloaded gmail login page then changed its FORM ACTION url to 127.0.0.1:80 then I filled in login info, clicked on submit and I finally found the exact query that was required to be sent. (Decrypted)
Now I am trying this same method on hotmail but useless because its iframed and there is no FORM ACTION tag.
Please guide on how to login now and how to basically find the login query using wireshark or any other simple but useful sniffer.
Thanks
I am a newbie in System.Net programming though I have worked on mshtml but I want to do things more perfectly and with speed.
I have created one software that login to gmail using httpwebrequest and check that email ID is active or deleted.
But, that was I think simple login process. For that I had first tried with Wireshark but may be its too complicated or I am new to wireshark, anyways I was not able to find out that where is the login info in query string because it was totally encrypted. Please guide on how to find out the login info in encrypted queries (If its possible)
Well, I created my own socket based server and downloaded gmail login page then changed its FORM ACTION url to 127.0.0.1:80 then I filled in login info, clicked on submit and I finally found the exact query that was required to be sent. (Decrypted)
Now I am trying this same method on hotmail but useless because its iframed and there is no FORM ACTION tag.
Please guide on how to login now and how to basically find the login query using wireshark or any other simple but useful sniffer.
Thanks
Comment