We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
2023年8月,学校对教务系统进行了升级,导致无法查询平时分,但是近期有概率查分成功。
触发条件(不能稳定触发):
data
__VIEWSTATEGENERATOR
已排除因素:
由于教务系统所有请求均使用HTTP协议且不支持HTTPS协议,目前猜测教务系统的网关使用了透明代理,对所有数据进行了一次清洗(类似于中间人攻击),过滤掉了我们需要的平时分等数据。
目前还在排查阶段,欢迎提供线索。
The text was updated successfully, but these errors were encountered:
基本可以排除data中的__VIEWSTATEGENERATOR参数造成的影响,通过此参数无法复现。
Sorry, something went wrong.
”24小时内第一次登录教务系统查分“是复现非常重要的一点
是否已经不可用了呢?
暂时没有新的测试结果
love98ooo
No branches or pull requests
2023年8月,学校对教务系统进行了升级,导致无法查询平时分,但是近期有概率查分成功。
触发条件(不能稳定触发):
data
中包含__VIEWSTATEGENERATOR
参数已排除因素:
由于教务系统所有请求均使用HTTP协议且不支持HTTPS协议,目前猜测教务系统的网关使用了透明代理,对所有数据进行了一次清洗(类似于中间人攻击),过滤掉了我们需要的平时分等数据。
目前还在排查阶段,欢迎提供线索。
The text was updated successfully, but these errors were encountered: