mirror of
https://github.com/luzhisheng/js_reverse.git
synced 2025-04-20 21:55:07 +08:00
3js加密js第六节实战例题sojson解密,headers检测,动态cookie
This commit is contained in:
parent
311036c44e
commit
9f96019d39
BIN
猿人学练习/3js加密js第六节实战例题sojson解密,headers检测,动态cookie/img/8.png
Normal file
BIN
猿人学练习/3js加密js第六节实战例题sojson解密,headers检测,动态cookie/img/8.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 71 KiB |
@ -84,3 +84,11 @@
|
|||||||
m = V(1678168607000);
|
m = V(1678168607000);
|
||||||
console.log(m);
|
console.log(m);
|
||||||
|
|
||||||
|
得到了`m`值,就可以模拟请求,发现返回的数据是不变的,为什么?
|
||||||
|
|
||||||
|
用charles代理拦截,查看请求体,最后猜测是`header`问题
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
复制`header`请求成功
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user