摘要: 时隔1年 cctv 花屏上了wasm vmp 之前补环境可以补出花屏 现在ai已经可以分析出源码了 牛的 阅读全文
posted @ 2026-08-17 01:28 inks 阅读(5) 评论(0) 推荐(0)
摘要: 视频url + token 访问 wasm解密 这是在 开源项目上改的一点代码, 可以 通过接口调用微信公众号,视频号,云函数调用 阅读全文
posted @ 2026-07-31 01:25 inks 阅读(7) 评论(0) 推荐(0)
摘要: 遇到m3u8 实现案例 dplayer , Hls 两种 <!DOCTYPE html> <html lang="zh-CN"> <head> <meta charset="UTF-8"> <title>DPlayer Example</title> <link rel="stylesheet" h 阅读全文
posted @ 2025-08-08 22:28 inks 阅读(32) 评论(0) 推荐(0)
摘要: 手动模拟一边编码过程 明白过程 代码全部 python实现 Base64 # base64 原理 def toB64(str_ct: str) -> str: str_ct = str_ct.encode("utf-8") print(str_ct) BASE64_TABLE = "ABCDEFGH 阅读全文
posted @ 2025-08-04 23:27 inks 阅读(15) 评论(0) 推荐(0)
摘要: 学了go fiber 研究 http 自定义tls ja4不会自定义 https://tls.browserleaks.com/json https://tls.peet.ws/api/all 研究下tls实现 目标网站 https://cn.investing.com/equities/amazo 阅读全文
posted @ 2025-07-25 11:11 inks 阅读(19) 评论(0) 推荐(0)
摘要: 目前补全 小红书 搞定 抖音 搞定 腾讯滑块 搞定 瑞数vmp 搞定 boss 搞定 阿里 滑块 (搞定) akamai 搞定 补环境简单 tls换了半天 用了cbb的直接通过了 优先解决ast混淆 初看混淆逻辑看不懂字符串混淆看麻了,babel生成出来 网站运行不了 研究原理花了1周时间搞定混淆 阅读全文
posted @ 2024-12-25 01:26 inks 阅读(411) 评论(2) 推荐(0)
摘要: (function () { var cywindow = this; var codeOfmyfun = []; var constantPool = [0, "c_f_0", "", "c_f_1", 8, "c_f_2", "window", "hex_md5", "c_f_4", "c_f_ 阅读全文
posted @ 2024-07-18 13:42 inks 阅读(69) 评论(0) 推荐(0)
摘要: 1 import numpy as np 2 import pandas as pd 3 4 5 def load_csv(path): 6 csv_df = pd.read_csv(path) 7 labels = csv_df['label'].values 8 images = csv_df. 阅读全文
posted @ 2024-05-31 16:55 inks 阅读(54) 评论(0) 推荐(0)
摘要: 接触yolo那会 对图像识别 感兴趣 学习pytorch 先看了numpy 然后写了个 机器学习入门 1.手写数字 2. 猫狗训练 3.lstm+cbc 不定长 4.孪生网络 学会了 模型迁移 欠拟合 过拟合怎么处理 研究下下面网站 验证码很全 import cv2 import numpy as 阅读全文
posted @ 2024-05-19 07:58 inks 阅读(68) 评论(0) 推荐(0)
摘要: 再找短信 手机短信转发 第一反应想到 搞一个物联网模块 写一个短信转发,但是github有开源的app感觉还不错就不搞了 挺好用的 import re from time import time import requests headers = { "Content-Type:": "applic 阅读全文
posted @ 2023-12-19 02:50 inks 阅读(46) 评论(0) 推荐(0)