Loading repository data…
Loading repository data…
PacemakerX / repository
This repository contains a bash script that automates the process of connecting to VIT Wi-Fi network and logging into a captive portal. It supports silent authentication with user credentials, displays a progress spinner, and hides the terminal cursor for a cleaner output.
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
This repository contains a collection of essential scripts to automate various tasks and improve productivity.
vit-wifi-login.sh).vit-wifi-login-windows.ps1).Linux System with necessary tools installed.
nmcli for network management.curl for web requests.Windows:
Clone this repository or download the scripts to your local machine.
git clone https://github.com/PacemakerX/essential-shell-scripts.git
cd essential-shell-scripts
Edit the configuration files to suit your needs. Each script has its own configuration file with detailed instructions.
Make the script executable:
chmod +x login_vit_wifi.sh
Run the script:
./login_vit_wifi.sh
Open PowerShell as Administrator:
Win + X and select Windows PowerShell (Admin) or Command Prompt (Admin).Allow script execution (if not already enabled):
Set-ExecutionPolicy RemoteSigned -Scope CurrentUser
Run the script:
.\vit-wifi-login-windows.ps1
The script will attempt to connect to the specified Wi-Fi network (e.g., G-VIT) and automatically log in to the captive portal.
Note: Ensure you have an active internet connection and that your Wi-Fi network is accessible.
Feel free to contribute to this repository by submitting pull requests, reporting issues, or suggesting new features.