Skip to content

1v7w/webdogcom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

webdogcom

Implementation of Dr.com in web authentication.

Drcom哆点Web认证的实现。

Usage:
        webdogcom [options <argument>]...

Options:
        --mode <get/post>, -m <get/post>      set your webdogcom mode
        --interval <m>, -i <m>                authentication per m(int) seconds
        --conf <filepath>, -c <filepath>      import configuration file, default /etc/webdogcom.conf
        --daemon, -d                          set daemon flag
        --help, -h                            display this help

Example:

$ webdogcom -m get
$ webdogcom -m get -c /etc/webdogcom.conf
$ webdogcom -m get -d -i 600 # per 10 minutes to auth

To build:

make

Modify the configuration of webdogcom.conf.

修改webdogcom.conf中的配置。

config/配置项 NULL/可为空 description/说明
server False auth server/认证服务器
port False server port/认证服务端口,Drcom default 801
network_segment False 校园网内网网段
subnet_mask False 子网掩码
user_account False 校园网用户名
user_password False 校园网密码
wlan_ac_name True 连接的AC名

Thanks:

天津师范大学 校园网登陆脚本 Dr.Com

Special thanks:

dogcom

License:

AGPL V3

About

Implementation of Dr.com in web authentication.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published