Last active
May 15, 2019 08:17
-
-
Save jeasonstudio/c2ec13d9372946931338cf75f7b0645a to your computer and use it in GitHub Desktop.
校园网登录脚本
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
#!/bin/bash | |
# Your StuNo. & Password | |
username='00000000' | |
password='00000000' | |
curl --retry 3 --data "DDDDD=${username}&upass=${password}&0MKKey=123456789" http://202.204.48.66 --silent -o LOGIN_STATUS.out | |
echo "Login Success!!" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment