Secure Gmail Login

From iMacros

Jump to: navigation, search

This macro automates the Gmail login and makes sure that a secure HTTPS (SSL) connection is used.

The default Gmail connection is prone to hacker attacks
The default Gmail connection is prone to hacker attacks
The macro creates a HTTPS connection that is secure even on open Wifi hotspots
The macro creates a HTTPS connection that is secure even on open Wifi hotspots

Background Information

Gmail uses by default the secure HTTPS only for the login itself. Afterwards only the normal HTTP protocol is used, which means that anybody can read your emails if you work with Gmail over a unencrypted wireless connection. Unencrypted connections are the standard on almost all open hotspots. For more details on how to hack Gmail we recommend that you read the article "Point and click Gmail hacking" by Humphrey Cheung.

Solution

We created a small iMacros macro that automates the Gmail login and makes sure that the secure SSL connection is used for the entire connection, not just the login part. This way your Gmail is secure when used over an unencrypted wireless connection (hotspot).

Click to run the Gmail macro directly from this web page. This macro logs into a demo Gmail account.

Secure Gmail login macro:

 VERSION BUILD=6000731 RECORDER=FX
 URL GOTO=https://www.google.com/accounts/
 SET !ENCRYPTION NO
 TAG POS=1 TYPE=INPUT:TEXT FORM=ACTION:ServiceLoginAuth ATTR=ID:Email CONTENT=hellotestaccount
 TAG POS=1 TYPE=INPUT:PASSWORD FORM=ACTION:ServiceLoginAuth ATTR=ID:Passwd CONTENT=justatest
 TAG POS=1 TYPE=INPUT:SUBMIT FORM=ACTION:ServiceLoginAuth ATTR=NAME:null&&VALUE:Sign<SP>in
 'Switch to HTTPS
 URL GOTO=https://mail.google.com/mail