Skip to content
This repository has been archived by the owner on Apr 30, 2024. It is now read-only.

Latest commit

 

History

History
35 lines (25 loc) · 623 Bytes

README.md

File metadata and controls

35 lines (25 loc) · 623 Bytes

YSU-NetLogin-Script

燕山大学校园网认证脚本

说明

此脚本目的用于为校园网内远程设备认证上网

支持功能

网络认证

服务器提供商: 0.校园网 1.中国移动 2.中国联通 3.中国电信

python netlogin.py 学号 密码 服务提供商编号(默认0.校园网)

用户下线

会自动获取目前已登录用户信息,将其下线

python main.py logout

更新日志

V1.1

  1. 增加对python2的支持(部分linux默认只安装了Python2)
  2. 优化了代码结构

V1.0

重写oPluss的认证脚本