scu-urp-helper改

教务处系统更新通知
23年的脚本已经寄啦(大雾弥漫.jpg )
根据 [@IcyFeather 大佬的帖子] 重新fork一下 (doge摇尾巴.jpg )


** 抓包分析结果**

从截图中提取的文字如下:

tokenValue: 3c8e53c2082922cb7d66896983d8a9b
j_username: 
j_password: 
j_captcha: d3e8
  • tokenValueusernamecaptcha没有变化 doge
  • password编码md5彻底凉凉新加密方式觉醒 (゚Д゚)ノ

源码扒皮现场(doge

  1. 在login页面 → 全局搜索 “password”
    → 发现可疑函数 hex_md5 和神秘字符串 ‘1.8’ (⊙_⊙)?

  1. 点击事件追踪
    → 捕获到 j_password 负载包
    → 确认加密函数是前端动态生成的 (瞳孔地震.gif )


魔改Python脚本 ps:根据(IcyFeather233/SCU-URP-Helper: 四川大学综合教务系统助手)改
ps:这里有改好的doge( assumeengagetry/SCU-URP-Helper2: scu-urp-helper

# 原代码:hex_md5(password)
# 新代码:hex_md5+ * +hex_md5(password+"1.8") →
j_password = hex_md5+ * +hex_md5(password+"1.8")  # (╯°□°)╯︵ ┻━┻

maker新人の请求
_第一次发帖QAQ ,主要是求一个star
(~ ٩(◕‿◕。)۶)

1 个赞