This script can be used for:
- Automating myITS SSO login, will generate a
TVMSESSIDcookie - Automating internet access request when using ITS internal network
$ python3 main.py
or
$ ./main.py
The login script.
a file containing your myITS username and password, separated by a newline. DO NOT store your password if you don't need to use this script in an automation.
Will try to access https://google.com to check the computer has internet access, if it doesn't it will run the main.py script.
- Add a more secure way to store the password
- dslite for creating a bash script to breakdown the authentication flow.