Skip to content

Instantly share code, notes, and snippets.

@wbsdty331
Created November 18, 2018 08:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wbsdty331/18e884912c5fa645f806cf5ce8862152 to your computer and use it in GitHub Desktop.
Save wbsdty331/18e884912c5fa645f806cf5ce8862152 to your computer and use it in GitHub Desktop.
Xi'an Technologies University WLAN Authentication Script
import requests
#密码默认是xatu+学号后四位
logindata = {
'DDDDD': 'user',
'upass': 'password',
'0MKKey': '123456',
}
response = requests.post('http://222.25.1.50/a70.htm', data=logindata)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment