Skip to content

Instantly share code, notes, and snippets.

@utarn
Created December 23, 2018 14:15
Show Gist options
  • Save utarn/e38733a3e5f0de63a756693ba55de84d to your computer and use it in GitHub Desktop.
Save utarn/e38733a3e5f0de63a756693ba55de84d to your computer and use it in GitHub Desktop.
CLOUD COMPUTING CLASS: Auto login script
#!/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