3js加密js第六节实战例题sojson解密,headers检测,动态cookie

This commit is contained in:
luzhisheng 2023-03-07 15:42:51 +08:00
parent 311036c44e
commit 9f96019d39
2 changed files with 8 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 71 KiB

View File

@ -84,3 +84,11 @@
m = V(1678168607000); m = V(1678168607000);
console.log(m); console.log(m);
得到了`m`值,就可以模拟请求,发现返回的数据是不变的,为什么?
用charles代理拦截查看请求体最后猜测是`header`问题
![请求](./img/8.png)
复制`header`请求成功