This script automates the login process for the WiJungle Firewall of SVNIT Network. Instead of manually visiting the login page and entering your credentials each time, you can use this script to log in automatically.
- Clone this repository.
- Optionally, move the
login.sh
script to your home directory for easy access. You can do this with the commandmv login.sh ~
. - Run the script with the command
./login.sh
. - The first time you run the script, it will prompt you to enter your admission number and password. These will be saved for future logins.
- The script will automatically log you in each time you run it.
- Install
jq
if you're in Ubuntu distribution.
If you are using Windows, you will need to use either the Windows Subsystem for Linux (WSL) or Git Bash to run this script.
- Automatic login to the SVNIT WiJungle Firewall.
- Saves your credentials for future logins.
- Can be easily integrated into startup scripts to log in automatically when you connect to the network.
Contributions are welcome! Please feel free to submit a pull request.
This project is licensed under the Apache License. See the LICENSE file for details.
Thanks to the SVNIT community for their support in developing this script.
If you find this script helpful, please consider giving it a star!