mirror of
https://github.com/luzhisheng/js_reverse.git
synced 2025-04-12 03:27:07 +08:00
巨量算数-ase加密-signature-rpc
This commit is contained in:
parent
285f5d7525
commit
3d81cc9a75
@ -12,11 +12,11 @@ f12 查看请求,发现响应的内容是存在加密的
|
||||
|
||||
第一个断点位置
|
||||
|
||||

|
||||

|
||||
|
||||
进入断点
|
||||
|
||||

|
||||

|
||||
|
||||
大概率能判断是aes加密, 这里就很熟悉了 AES加密,贴一段加密代码
|
||||
|
||||
@ -62,7 +62,7 @@ f12 查看请求,发现响应的内容是存在加密的
|
||||
|
||||
既然判断是aes加密这里需要得到 密匙 16位secret_value, 初始向量 initial vector 16位 iv_value, mode
|
||||
|
||||

|
||||

|
||||
|
||||
let secret_value = 'anN2bXA2NjYsamlh'; //密匙 16位
|
||||
let iv_value = 'amlheW91LHFpYW53'; // 初始向量 initial vector 16位
|
||||
@ -106,7 +106,7 @@ f12 查看请求,发现响应的内容是存在加密的
|
||||
|
||||
_signature 先全局搜索,貌似没有作用
|
||||
|
||||

|
||||

|
||||
|
||||
在 xhr signature 断点
|
||||
|
||||
@ -131,6 +131,6 @@ _signature 先全局搜索,貌似没有作用
|
||||
h
|
||||
XMLHttpRequest {__sentry_xhr__: {…}, _url: "https://i.snssdk.com/log/sentry/v2/api/slardar/bat…y7QG.v1IYlUOqpTtglTibXzrFdkLV6o8Oqwk15zXRmHHn8X73", _method: "post", _byted_method: "POST", _byted_url: "https://i.snssdk.com/log/sentry/v2/api/slardar/bat…y7QG.v1IYlUOqpTtglTibXzrFdkLV6o8Oqwk15zXRmHHn8X73", …}
|
||||
|
||||

|
||||

|
||||
|
||||
## 接下来进行代码编写
|
BIN
巨量算数-ase加密-signature-rpc/img/87.png
Normal file
BIN
巨量算数-ase加密-signature-rpc/img/87.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 38 KiB |
BIN
巨量算数-ase加密-signature-rpc/img/88.png
Normal file
BIN
巨量算数-ase加密-signature-rpc/img/88.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 68 KiB |
BIN
巨量算数-ase加密-signature-rpc/img/89.png
Normal file
BIN
巨量算数-ase加密-signature-rpc/img/89.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 36 KiB |
Loading…
x
Reference in New Issue
Block a user