Created
December 23, 2018 14:15
-
-
Save utarn/e38733a3e5f0de63a756693ba55de84d to your computer and use it in GitHub Desktop.
CLOUD COMPUTING CLASS: Auto login script
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# | |
# Username is 1111111111 | |
# Password is 2222222222 | |
# Change them to yours. | |
# | |
# | |
curl -k -e "https://login.rmutsb.ac.th/login.php" "https://login.rmutsb.ac.th/login.php" -d "_u=1111111111&_p=2222222222&a=a&web_host=login.rmutsb.ac.th&web_host4=auth4.rmutsb.ac.th&_ip4=&web_host6=auth6.rmutsb.ac.th&_ip6=" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment