Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hmoytx/bp_miniprogram_decrypt
小程序登陆包加解密
https://github.com/hmoytx/bp_miniprogram_decrypt
Last synced: 3 months ago
JSON representation
小程序登陆包加解密
- Host: GitHub
- URL: https://github.com/hmoytx/bp_miniprogram_decrypt
- Owner: hmoytx
- Created: 2020-08-04T11:08:30.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-04-23T06:28:13.000Z (over 3 years ago)
- Last Synced: 2023-10-19T23:01:50.063Z (about 1 year ago)
- Language: Python
- Size: 367 KB
- Stars: 27
- Watchers: 3
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-hacking-lists - hmoytx/bp_miniprogram_decrypt - 小程序登陆包加解密 (Python)
README
## 简介
用于对小程序手机快捷登陆的数据进行解密,修改加密。
具体相关的内容可以看文章1.## 使用
直接添加到burp即可,不支持自动提取,问就是没有。
需要session_key,iv,session_key的获取还是看文章1.
![200804](./img/1.jpg)
![200804](./img/2.jpg)## 坑
可能碰到报错的问题,如果是
```java.security.NoSuchAlgorithmException:Cannot find any provider supporting AES/CBC/PKCS7Padding```
可以看文章2进行解决。## 文章
[微信小程序的修炼五脉(如意篇上)](https://mp.weixin.qq.com/s/mIu52sQT-oj-awk4pLYLVg)
[报错解决](https://blog.csdn.net/qq_43225978/article/details/94459412)