首页
社区
课程
招聘
[原创]Tk 网页端算法分析
发表于: 2小时前 65

[原创]Tk 网页端算法分析

2小时前
65

声明
本文章中所有内容仅供学习交流使用,不用于其他任何目的,抓包内容、敏感网址、数据接口 等均已做脱敏处理,严禁用于商业用途和非法用途,否则由此产生的一切后果均与作者无关!

前言

部分python代码

url = "/api/post/item_list/" cp = execjs.compile(open('2026-02-18.js','r',encoding='utf-8').read()) params = { "WebIdLastTime": int(time.time()), "aid": "1988", "app_language": "zh-Hans", "app_name": "tiktok_web", "browser_language": "zh-CN", "browser_name": "Mozilla", "browser_online": "true", "browser_platform": "Win32", "browser_version": "5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36 Edg/142.0.0.0", "channel": "tiktok_web", "cookie_enabled": "true", "count": "35", "coverFormat": "2", "cursor": "0", "data_collection_enabled": "false", "device_id": "7599336706046821919", "device_platform": "web_pc", "focus_state": "true", "history_len": "3", "is_fullscreen": "false", "is_page_visible": "true", "language": "zh-Hans", "odinId": "7599346469519115295", "os": "windows", "priority_region": "", "referer": "", "region": "US", "screen_height": "864", "screen_width": "1536", } url = cp.call('tiktok', params) print(url) response = requests.get(url, headers=headers, proxies={"http": "127.0.0.1:7890", "https": "127.0.0.1:7890"}) print(response.text) print(response)

结果

944K9s2c8@1M7s2y4Q4x3@1q4Q4x3V1k6Q4x3V1k6U0M7$3c8F1K9h3#2Y4i4K6u0W2j5$3&6Q4x3V1k6J5k6h3I4W2j5i4y4W2i4K6u0r3j5X3I4G2k6#2)9#2k6X3g2V1K9i4c8G2M7W2)9#2k6X3S2@1L8h3I4Q4x3V1k6J5k6h3I4W2j5i4y4W2x3W2)9J5k6e0c8Q4x3X3f1$3i4K6u0r3j5$3E0W2k6r3W2@1L8%4u0Q4x3V1k6H3L8s2g2Y4K9h3&6K6i4K6u0r3N6$3W2V1k6$3g2@1i4K6u0r3K9h3#2S2k6$3g2K6i4K6u0r3K9r3q4F1k6r3I4W2i4K6u0W2M7r3&6Y4i4K6t1&6i4K6y4n7">图片错误编辑

总结

1.出于安全考虑,本章未提供完整流程,调试环节省略较多,只提供大致思路,具体细节要你自己还原,相信你也能调试出来。



[培训]Windows内核深度攻防:从Hook技术到Rootkit实战!

收藏
免费 0
支持
分享
最新回复 (0)
游客
登录 | 注册 方可回帖
返回