GITA Wi-Fi Auto-Login

Generate a custom installer to connect your Windows laptop automatically. Share this page with your friends!

1. Configure Credentials

Enter your login credentials. Everything is processed locally in your browser—your password is never sent to any server.

Default gateway IP for the GITA network is pre-configured.

2. Installation Guide

1

Download & Extract

Download the ZIP and extract it (Right-click -> Extract All...) to your Desktop or Documents folder.

2

Run Setup

Open the folder and double-click `setup.bat`. Grant Administrator access when requested. The script will register the task.

3

Verify Login

Once finished, you can close any Sophos browser login pages. The connection stays active completely in the background.


How to Stop / Uninstall

To stop the task and clean up all files, open the folder and double-click `uninstall.bat` (requires Administrator permission).

💡 Note: You do not need to download the ZIP file on your phone. Just follow the configuration steps below on your Android device:

1

Download MacroDroid

Download the free **MacroDroid** app from the Google Play Store to handle background Wi-Fi automation.

2

Create Auto-Login Trigger

Create a macro. Trigger: Connectivity -> Wi-Fi Connection -> Connects -> select GITA Wi-Fi SSID.

3

Set HTTP Action

Action: Applications -> HTTP Request.
Method: POST.
URL: http://20.2.0.1:8090/login.xml.
Content Body: mode=191&username=YOUR_ID&password=YOUR_PASS&producttype=2.

4

Add Heartbeat Loop

Set an action to trigger every 30 seconds when connected: HTTP GET to http://20.2.0.1:8090/live?mode=192&username=YOUR_ID&producttype=2 to keep the session alive.

💡 Note: You do not need to download the ZIP file on your phone. Just follow the configuration steps below on your iPhone/iPad:

1

Open Shortcuts App

Launch the built-in **Shortcuts** app on your iPhone.

2

Create Personal Automation

Tap **Automation** -> **+** -> **Create Personal Automation** -> **Wi-Fi** -> Network: Select GITA Wi-Fi -> Click Next.

3

Set HTTP Action

Action: Applications -> HTTP Request.
Method: POST.
URL: http://20.2.0.1:8090/login.xml.
Content Body: mode=191&username=YOUR_ID&password=YOUR_PASS&producttype=1.

4

Add Heartbeat Loop

Set an action to trigger every 30 seconds when connected: HTTP GET to http://20.2.0.1:8090/live?mode=192&username=YOUR_ID&producttype=1 to keep the session alive.

💡 Help & Frequently Asked Questions

Is there an easier 1-tap option for phones?

Yes! Simply log in once and select Save Password when prompted by Chrome (Google Password Manager) or Safari (iCloud Keychain). Next time, the page will autofill instantly, allowing you to connect in one tap.

Is this script safe and secure?

Absolutely. The installer operates completely offline. Your credentials are stored strictly on your local device inside the config.json file. No data is ever sent to any third-party servers.

How do I stop or uninstall the task?

On Windows, open your folder and double-click uninstall.bat. On Android, delete the MacroDroid macro. On iOS, delete the automation in your native Shortcuts app.