Skip to content

Instantly share code, notes, and snippets.

@rhenium
Created July 11, 2015 08:44
Show Gist options
  • Save rhenium/e0ea14eb5a95ad279f02 to your computer and use it in GitHub Desktop.
Save rhenium/e0ea14eb5a95ad279f02 to your computer and use it in GitHub Desktop.
titech-pubnet / TokyoTech にログインするやつ
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