Releases: szw0407/Bypass-SDU-Unified-Identity-Authentication-Platform-Device-Chesk
Adapted for version 3 of Unified Authentication
Related:
Credits to @zeroHYH !
The unified identity authentication login page has updated login.js to version 3 (https://pass.sdu.edu.cn/cas/comm/sdu/js/login.js?v=3.0) recently, causing the v0.3 version of this script to break. The v0.4 major update has fixed the problem within 24 hours.
Update
Feat: Redirect to HTTPS
Full Changelog: v0.1.1...v0.2
Note: Since Stable version 0.1.1, the previously stored fingerprint will be no longer valid, as the hash algorithm has been changed to sha256.
In the latest version release, we fixed a bug related to the use of the HTTP protocol. Previously, when using HTTP, the browser’s JavaScript V8 engine couldn’t utilize the crypto object. This caused encryption errors during login, preventing users from logging in. This issue arises because the HTTP protocol is inherently insecure, making any attempts to enhance security through encryption meaningless.
To address this, our Tampermonkey script now performs an additional step before login: it automatically redirects to the corresponding HTTPS URL. This not only resolves the encryption issue but also enhances the overall security of the process.
Thanks for using.
v0.1.1
Full Changelog: v0.1beta...v0.1.1
WARNING: Breaking change. Need to bind your fingerprint again as the hash algorithm has been changed. The prevous one can be removed as is no longer valid. If you want to remove it, click HERE. Moreover, update the script on all your devices before removing the previous one. Remember to check the versions!
This release includes the js file to be added into your Tampermonkey extension of your browser.
If you wish to download the extension, use the URL files below:
The content of the user code is in the JS file in the ZIP file.
To add the script into your Tampermonkey, click on the extension icon and select Add new script and paste the content of the JS file. Then, REMEMBER TO CHANGE YOUR PERSONAL FINGERPRINT, any string is allowed I believe.
Thanks for using.
Basic Functions
This release includes the js file to be added into your Tampermonkey extension of your browser.
If you wish to download the extension, use the URL files below:
The content of the user code is in the JS file in the ZIP file.
To add the script into your Tampermonkey, click on the extension icon and select Add new script and paste the content of the JS file. Then, REMEMBER TO CHANGE YOUR PERSONAL FINGERPRINT, any string is allowed I believe.
Thanks for using.