8 个仓库
Utilities for retrieving security keys and tokens from account data to access locked APIs.
Distinct from Token-Based Authentication: Focuses on the retrieval/extraction of existing tokens rather than the authentication mechanism itself.
Explore 8 awesome GitHub repositories matching security & cryptography · Authentication Token Extraction. Refine with filters or upvote what's useful.
real-url is a multi-platform stream resolver and data extraction tool. It functions as a live streaming URL extractor that retrieves direct HLS and m3u8 stream addresses and a live chat data scraper for fetching real-time bullet-chat messages and metadata from various broadcasting platforms. The project converts platform-specific room identifiers into authenticated media playback links across dozens of services. It includes an HLS stream link parser capable of extracting secure media addresses and the signature tokens required for high-bitrate playback. The system manages stream quality by s
Generates required client signatures and authentication parameters to bypass playback restrictions on media servers.
Satellizer is an authentication library for AngularJS applications designed to manage user sign-in and session persistence using security tokens. It functions as a client-side implementation for exchanging credentials for tokens and attaching authorization headers to network requests. The library handles identity integration through a token manager that supports both email-based authentication and external OAuth providers. It enables the authorization of users via third-party services using secure popup windows and allows for linking or unlinking external accounts to a user profile. The proj
Extracts user identity claims and metadata directly from security tokens to determine application state.
Bard-API 是一个用于与 Google Gemini 交互的异步 Python 封装库和客户端。它作为一个有状态的对话管理器和多模态接口,允许用户向语言模型发送文本和图像提示并获取响应。 该库利用基于 Cookie 的身份验证系统,从本地浏览器存储中提取会话令牌来授权请求。为了管理访问和连接,它包括基于代理的请求路由,以绕过区域限制并避免 IP 封锁。 该项目涵盖了多模态 AI 分析功能,并维护会话历史以实现连续的多轮对话。它还提供了从响应中提取图像链接、文本转语音以及在本地环境中自动执行生成的代码片段的实用工具。
Authenticates requests by extracting and using session tokens from local browser storage.
Xiaomi-cloud-tokens-extractor 是一个旨在检索与小米云账号关联的设备身份验证令牌和加密密钥的工具。它作为一个界面,通过凭据或 QR 码登录云服务,以编程方式导出 IoT 硬件的安全凭据。 该项目专门支持提取低功耗蓝牙 (BLE) 安全密钥,从而允许在不依赖云服务的情况下与硬件进行安全的本地通信。这些提取的令牌和密钥有助于将云关联设备集成到第三方软件和本地家庭自动化平台中。 该工具使用 OAuth2 和 REST API 轮询处理云账号身份验证和会话管理。它处理云响应数据,将设备标识符映射到其对应的安全令牌和加密密钥。
Retrieves security tokens for hardware devices linked to a cloud account to facilitate third-party integration.
express-jwt 是一个用于 Express 应用程序的中间件,用于验证 JSON Web Token 以保护路由并验证请求。它作为一个安全卫士,在允许访问后端端点之前验证令牌签名和过期日期。 该项目提供了一个请求凭据提取器,用于从标头、Cookie 或查询参数中检索令牌。它支持动态密钥检索,以便在运行时根据请求属性或令牌标头获取必要的密钥或公钥。 该中间件处理 JSON Web Token 验证,包括令牌过期处理以及根据吊销列表检查令牌标识符以使加密有效的令牌失效的能力。它还将来自已验证令牌的解码负载属性直接映射到请求对象。
Allows the retrieval of authentication tokens from non-standard request sources using custom logic.
CrawlerTutorial 是一个全面的 Python 网络爬虫教程和框架,旨在从静态和动态网站中提取数据。它作为一个网络数据提取管道和 HTTP 请求编排器,涵盖了从初始获取到最终数据存储的爬虫应用程序全生命周期。 该项目提供了关于反机器人绕过技术和 Web API 逆向工程的专业指导。它包括通过身份掩码和代理轮换规避浏览器检测的方法,以及通过分析网络流量和请求签名识别隐藏 API 端点的技术。 该框架包含广泛的功能,包括针对 JavaScript 重度页面的浏览器自动化、通过 QR 码或短信的自动用户身份验证以及会话持久性管理。它还具有用于清理原始文本、删除重复记录并将收集到的信息持久化到平面文件或关系数据库中的数据预处理工具。
Retrieves authentication tokens and session cookies from browser contexts for use in programmatic requests.
This project is a bridge that connects Telegram messaging interfaces to language models, enabling automated text generation and conversational interactions directly within the chat platform. It functions as a relay that forwards incoming user messages to an external artificial intelligence service and returns the generated responses to the original conversation. The system distinguishes itself through a focus on private, restricted access and headless authentication. It employs a whitelist-based access control mechanism to ensure that only authorized user identifiers can interact with the bot
Injects browser-extracted session tokens into requests to authorize API access in headless environments.
XiaomiGateway3 is a local network interface and management tool for Xiaomi gateways. It functions as a local bridge to control Zigbee, Bluetooth Low Energy, and Matter devices while bypassing cloud reliance. The project provides a system for managing diverse hardware protocols, including a controller for Matter-standard lighting and Bluetooth Low Energy hardware such as smart locks and presence sensors. It allows for the integration of Zigbee sensors and actuators from multiple brands using external converters to support third-party hardware. The system includes utilities for extracting devi
Extracts security keys and tokens from account data to authenticate requests against locked hardware APIs.