陈公子的话 发表于 2021-1-18 14:59:06

极光登录加密分析

!(data/attachment/forum/202101/18/143730pbd4dyqfz8svsruq.png?imageMogr2/auto-orient/strip%7CimageView2/2/w/300 "image.png")



!(data/attachment/forum/202101/18/143738ehz222w0jtrwak77.png?imageMogr2/auto-orient/strip%7CimageView2/2/w/300 "image.png")


password: Hu.encryptionPassword(this.name, this.pwd, n),


this.name = 18888888888

this.pwd = 585858

n = 时间戳

这三个参数放进Hu.encryptionPassword这个函数加密 然后赋值给password


找到这个函数直接扔进去

!(data/attachment/forum/202101/18/144433zebifg9ek8ygb0ps.png?imageMogr2/auto-orient/strip%7CimageView2/2/w/300 "image.png")


系统引擎调用失败,V8调用成功 跟结果比对一下

!(data/attachment/forum/202101/18/144657fh0heccccinmg4uj.png?imageMogr2/auto-orient/strip%7CimageView2/2/w/300 "image.png")

结果一致 。


底下其他的参数是滑块验证的参数.调用的话...e有现成V8模块 python看了下 有个pyV8库

陈公子的话 发表于 2021-1-18 15:01:53

具体V8和系统引擎...有啥区别 我也不清楚.....

陈公子的话 发表于 2021-1-18 15:02:13

具体V8和系统引擎...有啥区别 我也不清楚.....

admin 发表于 2021-1-18 21:27:39

小陈 发表于 2021-1-18 15:02
具体V8和系统引擎...有啥区别 我也不清楚.....

哥哥有空可以研究研究?貌似是个大坑
页: [1]
查看完整版本: 极光登录加密分析