1. Configure Credentials
Enter your login credentials. Everything is processed locally in your browser—your password is never sent to any server.
2. Installation Guide
Download & Extract
Download the ZIP and extract it (Right-click -> Extract All...) to your Desktop or Documents folder.
Run Setup
Open the folder and double-click `setup.bat`. Grant Administrator access when requested. The script will register the task.
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:
Download MacroDroid
Download the free **MacroDroid** app from the Google Play Store to handle background Wi-Fi automation.
Create Auto-Login Trigger
Create a macro. Trigger: Connectivity -> Wi-Fi Connection -> Connects -> select GITA Wi-Fi SSID.
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.
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:
Open Shortcuts App
Launch the built-in **Shortcuts** app on your iPhone.
Create Personal Automation
Tap **Automation** -> **+** -> **Create Personal Automation** -> **Wi-Fi** -> Network: Select GITA Wi-Fi -> Click Next.
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.
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.