Friday, March 11, 2022

[FIXED] Gmail automatic login script

Issue

I have the gmail login credintals. Is it possible to login automatically to Gmail if we pass the username and password through url or by CURL.


Solution

If you rightclick the gmail login page and view source you can find the id's of the user email and login fields.

You can then use these to write a javascript to fill it automatically and submit.

Theres an implementation here you might check http://techtoggle.com/2009/06/how-to-autologin-into-yahoo-hotmail-lycos-mail/

Edit: its not using the languages you mentioned but its a solution all the same. Also, while the link url and article title dont mention gmail there is a gmail version of the javascript on the page



Answered By - celem

No comments:

Post a Comment

Note: Only a member of this blog may post a comment.