js逆向关键词
特殊的关键词检索
webpack打包
interceptors.request.useapply/call用来找导出函数,找到加密函数后,自执行,用来示例地址
https://developer.aliyun.com/article/1103664主要结构
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17var _e;
!(function(t) {
var i = {};
function e(s) {
return t[s].call(n.exports, n, n.exports, e), n.loaded = !0, n.exports
}
_e = e;
})({
encrypt: function(t, e, i) {},
diaoyong: function(t, e, i) {}
});
function getkey(pass, time) {
var diaoyong= _e("diaoyong");
//这儿需要new一下调用方法,不然获取不到方法属性
var new_diaoyong = new diaoyong();
return new_diaoyong.encode(pass, time)
}
非对称加密 RSA
JSEncrypt
new JSEncrypt(),JSEncrypt等,一般会便用JSEncrypt库,会有new一个实例对象的操作;- 搜索关键词setPublicKey、setKey、setPrivateKey、getPublicKey等,一般实现的代码里都含有设置密钥的过程。
normal
返回结果无法看懂,但页面显示正常
JSON.parse/JSON.stringifybtoabase64加密,atob解密new Date().getTime()获取13位时间戳jsencrypt(忘记了)indexof 通过window的可以查找
本博客所有文章除特别声明外,均采用 CC BY-NC-SA 4.0 许可协议。转载请注明来自 磊磊の小窝!







