10 2020 档案
摘要:网址:https://passport.didichuxing.com/#/ ###1.分析js 查找wsgsig并打断点 ###2.定位生成 wsgsig 位置 ###3.拆解分析各个函数 d.C5T(38) + o(r(new Uint8Array(new Uint32Array([Math.f
阅读全文
摘要:###python读写操作 SYSTEM_STATUS = True if "windows" in platform.platform().lower() else False # 操作系统 if SYSTEM_STATUS: txt_file_name = os.getcwd() + '\spu
阅读全文
摘要:抖音与头条登录协议方法相同 从以下图片可以看出 account: password: 都加过密 ###1.在搜索框中输入password ###2.查找password加密并在此处打断点 进入之后跳到此处,继续一步一步往下走 ###3.运行到此处时注意参数变化 e = this.__encryptP
阅读全文
摘要:#coding=utf-8 import sys import datetime sys.path.append("./") from pymongo import MongoClient #建立MongoDB数据库连接 client = MongoClient('数据库的IP地址', 端口号) #
阅读全文