首页
社区
课程
招聘
[求助]关于itunes的一个问题,求教
2021-12-22 11:32 24321

[求助]关于itunes的一个问题,求教

2021-12-22 11:32
24321

就是xAppleActionSignature的问题。在抓取的js中找到了这样一段代码:

 

xAppleActionSignature: this.signRequest()

 

this.fairPlayContext = iTunes.accountCreationSecureContext

 

signRequest: function() {
console.log("signRequest called.");
if (this.fairPlayContext) {
var e = this.pageUUID;
console.log("uuid=" + e), console.log("machineId=" + iTunes.getMachineGUID());
var t = e;
this.machineGUID && iTunes.getMachineGUID() && (t += iTunes.getMachineGUID(), this.machineGUID = iTunes.getMachineGUID()), this.appleIDInput = this.template.querySelector("input#acAccountName"), this.appleIDInput && (t += this.appleIDInput.value), console.log("dataString=" + t);
try {
var n = this.fairPlayContext.signData(t);
return this.signatureInput = n, n
} catch (r) { console.log("signData errored out + " + r.message) }
}
return ""
}

 

找到了xAppleActionSignature是由iTunes.accountCreationSecureContext.signData()这个方法生成的,但是我在js文件里面找不到signData()。
也就不知道下一步该如何进行了,有无有经验的老哥?希望能够指点一二


[CTF入门培训]顶尖高校博士及硕士团队亲授《30小时教你玩转CTF》,视频+靶场+题目!助力进入CTF世界

收藏
点赞0
打赏
分享
最新回复 (5)
雪    币: 11
活跃值: (302)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
ccgg 2021-12-24 15:34
2
0
调用的是js绑定的c++实现的方法 不在js里
雪    币: 20
活跃值: (1010)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
mb_ehlxsliq 2021-12-25 20:04
3
0
ccgg 调用的是js绑定的c++实现的方法 不在js里
原来如此,多谢。哥们是有itunes的经验?
雪    币: 10
活跃值: (71)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
t 2023-9-5 11:29
6
0
哥们儿,有进展吗
游客
登录 | 注册 方可回帖
返回