Skip to content

Commit

Permalink
新增爱奇艺滑块验证, 删除部分js
Browse files Browse the repository at this point in the history
  • Loading branch information
xzh0723 committed Oct 9, 2019
1 parent aa726c5 commit 85f4c2b
Show file tree
Hide file tree
Showing 19 changed files with 1,385 additions and 1,254 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,13 @@
* 安居客(单IP大量请求后滑块验证会变成绘制手势验证)
* 美团
* 京东(轨迹算法需要重写)
* 易盾(轨迹算法通过率较低, 可自行改写)
* 易盾(删除关键 js, 请自行补全)
* 云片(验证码图像处理缺口定位成功率有待提高)
* 数美(说明: 当接口返回数据中 riskLevel 字段为 PASS 即为验证通过, 在之后的请求中携带 rid 即可)
* 携程(只实现了滑块验证部分, 通过率极高, 控制频率不会出现后续点选验证)
* 携程(删除关键js, 请自行补全)
* 搜狐
* 虎牙(滑块通过后台未返回通过认证参数, 后续请求直接使用滑块标识ID code 作为 ticket 即可)
* 爱奇艺安全盾(已删除部分关键js, 请自行补全)


结果展示
Expand Down Expand Up @@ -42,6 +43,10 @@
* 虎牙
![image](https://github.com/Esbiya/SliderCracker/blob/master/view/huya.png)

* 爱奇艺
![image](https://github.com/Esbiya/SliderCracker/blob/master/view/aiqiyi.png)


公告
--------

Expand Down
Binary file added iqiyi/captcha.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions iqiyi/decode_rsa.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
// 已删除关键 js, 请自行补全

function decodeRSA(rsa_str) {
return f(i.decode(rsa_str))
}

console.log(decodeRSA("mC0IIm7khy7OZaZrpfcVAvZuh/xlkf4Ybi3PcCPLN579hY8dF61Tw9OjWwuAOQbd6p7h6sH7U1AeWeOX87CqeFA9k7bZW7BzfI4Trp81LZO9Nzm16S3v0CayyPbPCrVRYTDso/81QfaozFVa8vTvsMdUx41E7yhpdSmpEEhy6l8="));
Loading

0 comments on commit 85f4c2b

Please sign in to comment.