Skip to content

Instantly share code, notes, and snippets.

@jeasonstudio
Last active May 15, 2019 08:17
Show Gist options
  • Save jeasonstudio/c2ec13d9372946931338cf75f7b0645a to your computer and use it in GitHub Desktop.
Save jeasonstudio/c2ec13d9372946931338cf75f7b0645a to your computer and use it in GitHub Desktop.
校园网登录脚本
#!/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