
JS逆向
文章平均质量分 74
主要是针对Web端一些加解密,为python爬虫打通数据的道路
俊晗
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
快手/快手小店滑块验证码逆向分析
url = 'https://captcha.zt.kuaishou.com/rest/zt/captcha/sliding/kSecretApiVerify'
#!/usr/bin/env python# -*- coding:utf-8 -*-import base64import js2pyimport threadinglock = threading.Lock()def get_userPwd_enc(email, pwd): with open(r"D:\Yuan\ss\电信天翼云.js", encodin...原创 2019-08-02 09:54:39 · 1560 阅读 · 0 评论 -
破解天翼云Base64 js加密(一)
window = this;var r = 1,n = 0,i = window.atob || r.atob,o = window.btoa || r.btoa;var s = function s(t, e, n, r, i, o) {n && (e = unescape(encodeURIComponent(e)));var s, c, u, l, d, f...原创 2019-08-02 09:51:36 · 1371 阅读 · 0 评论