校园网认证(卓智网络接入门户)
  • Go 91%
  • Shell 7.4%
  • Makefile 1.6%
Find a file
2024-11-12 21:09:58 +08:00
.github/workflows Update goreleaser.yml 2024-09-30 21:16:58 +08:00
conf fix bugs 2024-11-12 21:09:58 +08:00
config add option for PingUrl 2024-11-03 16:29:41 +08:00
nbtverify fix bugs 2024-11-12 21:09:58 +08:00
.gitignore Update goreleaser.yml 2024-05-02 22:56:30 +08:00
.goreleaser.yml fix build 2024-09-30 21:25:14 +08:00
go.mod add -s 2024-10-01 18:41:42 +08:00
go.sum login & logout & config 2024-05-02 19:47:33 +08:00
LICENSE Initial commit 2024-05-01 15:44:25 +08:00
main.go Update main.go 2024-11-03 17:55:40 +08:00
Makefile add workflow 2024-05-02 21:50:42 +08:00
Makefile.cross-compiles add workflow 2024-05-02 21:50:42 +08:00
package.sh add workflow 2024-05-02 21:50:42 +08:00
README.md add -s 2024-10-01 18:41:42 +08:00
Release.md 添加命令行选项指定账户 2024-05-02 23:48:41 +08:00

nbtverify

NBT校园网认证 (卓智网络接入门户)

使用

./nbtverify -h
Usage of nbtverify:
  -c string
        path of config file (default "config.json")

配置文件

{
    "username": "学号",
    "password": "密码",
    "mobile": true,//是否为移动端
    "cache": "url.txt"//缓存文件(保存认证使用的url到文件)
}

For OpenWrt/LEDE/immortalwrt

luci-app-nbtverify