A tool for autherizing access of school internet without open a web page in Nanjing University of Science and Technology
- Install .net core 3.1 or above(not .net framework)
- Download release
- If you are using WLAN, connect your device to the WLAN.
- If you are using wired network, plug your net cable and create a PPPoE connection via Windows setting.
- Run the program
- If you are using WLAN press "Login" while wired network users should select proper PPPoE connection in RAS dropdown list and press "Ras dial"
- If you are going to logout, WLAN users press "Logout" while wired network users press "Hang up" //... TODO
By default the program will open a GUI interface. You can type arguments below to invoke functions silently.
example:
./NjustSchoolNet.exe login username password
example:
./NjustSchoolNet.exe logout
Program will read the stored username and password to login example:
./NjustSchoolNet.exe logauto
Dail the number N existing PPPoE(by default N is 0). When username and password not provided, program will read Windows stored data example:
./NjustSchoolNet.exe dial
./NjustSchoolNet.exe dial N
./NjustSchoolNet.exe dial username password
Dial using this program stored data. example:
./NjustSchoolNet.exe dialauto
Hang up the number N connection PPPoE connection in system. If argument N is not provided, it will default be 0 which is the first connectiong connetion. example:
./NjustSchoolNet.exe hang N
./NjustSchoolNet.exe hang
- The school's official API will send your password with unencrypted plain text as parameter.
- Your password would be stroed in Windows registry if you check the checkbox of "Remember Me".