Created
July 11, 2015 08:44
-
-
Save rhenium/e0ea14eb5a95ad279f02 to your computer and use it in GitHub Desktop.
titech-pubnet / TokyoTech にログインするやつ
This file contains 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
TITECH_ID=00X00000 | |
TITECH_PASS= | |
curl -d "username=$TITECH_ID" \ | |
--data-urlencode "password=$TITECH_PASS" \ | |
-d "buttonClicked=4" \ | |
https://wlanauth.noc.titech.ac.jp/login.html \ | |
>/dev/null 2>&1 | |
# wlanauth.noc.titech.ac.jp = 131.112.253.250 | |
# --insecure |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment