Skip to content

ElemenTP/ruc-web-cli-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RUC Web CLI

Command line interface for login/logout campus network of RUC, Renmin University of China, where gateway is developed by Shenlan Tech co.,ltd since 2020.

This repo is the go port of Maxlinn/ruc-web-cli

0x00 Any Gateway Develeoped byShenlan Tech co.,ltd Can Have A Try

Yes. As long as your school uses gateway developed by Shenlan Tech co.,ltd, you can have a try.

You need to change BASE_URL in login.go and compile.

0x01 Why Another CLI Tool for RUC Network Control

As you may searched on github by keywords like ruc login, you may discover that there were already a few repositories. But RUC has built a new gateway in 2020, so any tool developed before that are deprecated.

I find a repository after that time but, it was implemented by simulating human actions in browsers, i.e. Selenium. Which is so heavy and lack of portability.

But the procedure is way more complicated than just GET/POST some arguments, thanks to Shenlan Tech co.,ltd. If you want to know more about how it works, read references below.

By the way, you may guess mobile login page may be easier. But from my observation, there is no difference between mobile and PC login logic.

0x02 Usage

Example 1: login with username and password ruc-web-cli login -u YOUR_USERNAME -p YOUR_PASSWORD

Example 2: login with json file ruc-web-cli login -s YOUR_USERNAME_AND_PASSWORD_JSON_FILENAME

by default, -s uses ./secrets.json. if you follow this manner, just run ruc-web-cli login

0x03 References

0x04 Third Party Code Declaration

  • rucweb/srun_*.go are encryptions used in login and logout, include base64, md5, sha1, xencode. Note the implementation of Shenlan Tech co.,ltd may NOT be common, i.e. other implementations with the same method name may NOT work. rucweb/srun_*.go were translated from login page javascript into python then to go, thanks to https://github.com/huxiaofan1223/jxnu_srun.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published