当前位置:网站首页>JS逆向入门学习之回收商网,手机号码简易加密解析
JS逆向入门学习之回收商网,手机号码简易加密解析
2022-08-05 09:47:00 【InfoQ】
️ 实战场景
huishoushang.com/
decrypt
️ 实战编码
decrypt (((((((((a01 % a03) % g02) % g08) % a08) % g04) % a09) % c07) % c00) % b09) %
b08;
var str = $(th).attr("decrypt");
if (str != null || str != undefined || str != '') {
$(th).attr("decryptok", "");
// str = str.replace(/-/g, ",").replace(/ /g, ",");
let strArray = str.split('%');
var newArray = [];
for (var i = 0; i < strArray.length; i++) {
let _rTemp = this.model.rArray.filter((a) => a.l == strArray[i]);
if (_rTemp.length > 0) {
newArray.push(_rTemp[0].v);
} else {
newArray.push(strArray[i]);
}
}
$(th).html(newArray.join(''));
str.split('%')this.model.rArrayrArray/*数字解密 */
var NumberDecrypt = {
model: {
rArray: [
{ l: 'a01', v: '1' }, { l: 'b02', v: '1' }, { l: 'c03', v: '1' }, { l: 'f04', v: '1' }, { l: 'g01', v: '1' },
{ l: 'a02', v: '2' }, { l: 'b03', v: '2' }, { l: 'c04', v: '2' }, { l: 'f05', v: '2' }, { l: 'g00', v: '2' },……
],
refreshTime: null,
refreshCount: 0
},
%a011边栏推荐
- 无题五
- 正则表达式replaceFirst()方法具有什么功能呢?
- How to realize the short press and long press detection of the button?
- Egg framework usage (1)
- 首次去中心化抢劫?近2亿美元损失:跨链桥Nomad 被攻击事件分析
- PAT乙级-B1021 个位数统计(15)
- 阿里云存储的数据库是怎么自动加快加载速度的呢www.cxsdkt.cn怎么设置案例?
- 无题十三
- 自定义过滤器和拦截器实现ThreadLocal线程封闭
- Imitation SBUS fixed with serial data conversion
猜你喜欢

19.服务器端会话技术Session

自定义过滤器和拦截器实现ThreadLocal线程封闭

egg框架使用(二)

百行代码发射红心,程序员何愁命不中女朋友!

深度学习21天——卷积神经网络(CNN):天气识别(第5天)

How to realize the short press and long press detection of the button?

Analysis and practice of antjian webshell dynamic encrypted connection

2022.8.3

The technological achievements of Shanghai Konan were selected into the "2021 Shanghai Network Security Industry Innovation Research Achievement Catalog" by the Municipal Commission of Economy and Inf

Tanabata romantic date without overtime, RPA robot helps you get the job done
随机推荐
百行代码发射红心,程序员何愁命不中女朋友!
为什么我推荐使用智能化async?
无题十三
CPU的亲缘性affinity
Redis源码解析:Redis Cluster
5. Deploy the web project to the cloud server
上海控安技术成果入选市经信委《2021年上海市网络安全产业创新攻关成果目录》
[Unity] [UGUI] [Display text on the screen]
QSS 选择器
皕杰报表的下拉框联动
浅析WSGI协议
Concurrent CAS
韦东山 数码相框 项目学习(六)tslib的移植
dotnet OpenXML 解析 PPT 图表 面积图入门
开源一夏|OpenHarmony如何查询设备类型(eTS)
Pytorch深度学习快速入门教程 -- 土堆教程笔记(三)
Marketing Suggestions | You have an August marketing calendar to check! Suggest a collection!
tensorflow.keras无法引入layers
【AGC】增长服务1-远程配置示例
Why do I recommend using smart async?