2 个仓库
Wrapping TCP and UDP traffic inside HTTPS streams.
Distinct from TCP Tunneling: Specifically uses HTTPS as the transport layer for non-HTTP traffic, not general protocol wrapping.
Explore 2 awesome GitHub repositories matching networking & communication · HTTPS Tunneling. Refine with filters or upvote what's useful.
This project is a comprehensive command-line reference and toolkit designed for Linux system administration and network security assessment. It provides a collection of technical snippets and operational guides focused on managing remote environments, orchestrating shell sessions, and executing administrative tasks through native terminal utilities. The repository distinguishes itself by offering specialized techniques for stealthy operations and infrastructure manipulation. It covers methods for establishing encrypted tunnels to bypass firewalls, obfuscating process identities and command hi
Encapsulates raw network traffic within HTTPS streams to bypass restrictive firewall policies.
proxy.py is a lightweight, dependency-free HTTP and reverse proxy framework built in Python that handles network traffic through asynchronous event loops and multi-core connection distribution. It acts as a customizable proxy server and embedded web server, allowing developers to inspect, route, and modify web traffic programmatically or via command-line execution wrappers. The platform provides in-flight TLS interception and traffic decryption using generated root certificates, alongside modular extension hooks that support custom dashboard interfaces, request handling plugins, and REST API
Proxies encrypted HTTPS requests through dedicated connect tunnels by establishing upstream network connections.