Skip to content

Commit 13fb32e

Browse files
author
scrapy@qq.com
committed
YY教育RSA
RSA加密
1 parent 3680e9d commit 13fb32e

File tree

3 files changed

+831
-0
lines changed

3 files changed

+831
-0
lines changed

13-YY教育登陆JS破解/README.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
# 破解提示
2+
3+
## 破解目标
4+
5+
- YY教育登陆的过程 对密码加密进行破解 [http://edu.yy.com](http://edu.yy.com/)
6+
- YY教育登陆网站
7+
8+
## 破解参数
9+
10+
- `pwdencrypt` 登陆过程的密码加密
11+
12+
## 破解提示
13+
14+
1. 打开开发者工具抓包 抓取在登陆过程中的资源包 POST请求
15+
16+
2. 加密参数是: `pwdencrypt`
17+
18+
3. 在开发者工具中搜索 `pwdencrypt` 找到 `js` 文件
19+
20+
4. 不断的断点调试 可以找到一个新的文件 找到加密的核心 加密库
21+
22+
5. 抠出需要加密的 `js` 代码即可。下面就是相关的代码。
23+
24+
## 破解时间
25+
26+
- 2019年8月28日18:11:37
27+
28+
## 联系邮箱
29+
30+
- scrapy@qq.com

0 commit comments

Comments
 (0)