好友
阅读权限10
听众
最后登录1970-1-1
|
200吾爱币
抓包工具抓到的评论内容是经过加密的,没找到加密解密的方法,求助!
视频url:https://v.qq.com/x/cover/mzc00200bzz5jpp/m0038mt2t46.html
找到的评论url:https://pbaccess.video.qq.com/trpc.universal_backend_service.page_server_rpc.PageServer/GetPageData?video_appid=1000005&vversion_name=1.0.0&vplatform=2&guid=6ba3be2e3b46d2c8&video_omgid=6ba3be2e3b46d2c8
IDA Console, Courier New, monospace">评论内容 应该是complex_json对应的值 |
最佳答案
查看完整内容
如图content中的就是评论的base64编码 ,复制一个 https://base64.us/在线解码直接可以解出来
我看评论的头像 图片 名字也是base64的 你可以写个js filter把这些给解码
|