Skip to content

Automatic login script for the campus network of Nanjing University of Information Science and Technology

Notifications You must be signed in to change notification settings

bincat233/nuistconnect

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

概述

这是南京信息工程大学校园网的自动认证脚本. 目前仅支持MacOS, 计划支持Linux. 实现连接校园网即自动登录自己的帐号. 如果需要Windows上的自动认证脚本, 参见Alrash/WebAuthenticate

安装与卸载

使用以下命令安装:

git clone git@github.com:RRRRRm/nuistconnect.git ~/nuistconnect
sudo ~/nuistconnect/install.sh -i

卸载:

sudo ~/nuistconnect/install.sh -u
rm -r ~/nuistconnect/

配置

目前临时的配置方式是直接编辑nuistconnect.sh 在安装完成后, 进入终端修改:

echo -n "你的密码" | base64 #记住这个结果
sudo vim /usr/local/bin/nuistconnect.sh
# 修改username为自己的用户名
# 修改domain为使用的运营商(CMCC或ChinaNet)
# 修改password为刚刚base64命令的输出

TODO

  • Linux 支持
  • 将配置文件独立出来
  • 使用交互式命令行程序生成配置文件
  • 使用C重写

LICENSE

WTFPL

联系方式

xiongzj@nuist.edu.cn xiongzj@superbear.me

About

Automatic login script for the campus network of Nanjing University of Information Science and Technology

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages