-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
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
抓取其他页数据的方法求教? #6
Comments
目前加密js文件为: https://static.qimai.cn/static/js/app.729a8b068ec439c84de6.js, 代码已经混淆了. 而很早之前,当时的js是没有混淆的, 也就是我现在这个代码,中途也只是改了几处数据而已, 所以一直就用着这个版本的js; |
已经给心,楼主是怎么扣到加密的位置的。我试过全局搜索analysis、brand_id这些关键字都找不到 |
你好:
对请求的url打一个XHR断点,断下后,找右边的堆栈,慢慢找,再打断点,一步步跟进,最后在app.e838baef49e8a0974e5f.js中的gXmS:函数处就是anylasis生成加密的位置
你可以参考这些文章: https://blowingdust.com/encrypted-compression-javascript-analysis.html
http://www.threetails.xyz/2019/05/19/初探js逆向(二)/
…------------------ 原始邮件 ------------------
发件人: "eddilelau"<[email protected]>;
发送时间: 2019年9月28日(星期六) 晚上7:11
收件人: "Henryhaohao/Qimai_AppData"<[email protected]>;
抄送: "豪豪"<[email protected]>;"Comment"<[email protected]>;
主题: Re: [Henryhaohao/Qimai_AppData] 抓取其他页数据的方法求教? (#6)
已经给心,楼主是怎么扣到加密的位置的。我试过全局搜索analysis、brand_id这些关键字都找不到
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or mute the thread.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
已Star,
爬虫过程一直困惑于JS加密生成的sign,这次看到你的项目才有了点头目,所以想问一下怎么从网站上的JS解密成项目中形如"encrypt_20190716.js"这样的文件
The text was updated successfully, but these errors were encountered: