This repository contains a script designed for automated login into PES-University WIFI.
- For bash:
sudo curl -sL https://github.com/aryan-212/PESU_AutoLogin/raw/main/Login.sh -o /usr/local/bin/pesu && sudo chmod +x /usr/local/bin/pesu - For windows:
[IMPORTANT] Run this in an elevated Powershell
git clone https://github.com/aryan-212/PESU_AutoLogin.git cd PESU_AutoLogin
Set-ExecutionPolicy -Scope LocalMachine -ExecutionPolicy Bypass -Force
- In linux
- Setup your profile by entering username and password in the bash code
- Login:
pesu- Logout:
pesu out- In windows:
.\autoLogin.ps1