2 dépôts
Techniques for masking network protocol metadata to prevent traffic analysis.
Distinguishing note: Specifically targets HTTP header structure to evade middlebox pattern matching.
Explore 2 awesome GitHub repositories matching security & cryptography · Protocol Obfuscation. Refine with filters or upvote what's useful.
GoodbyeDPI is a censorship circumvention utility designed to bypass deep packet inspection and restrictive network filtering. It functions as a background engine that intercepts and modifies network traffic at the kernel level, allowing users to maintain connectivity in environments where specific protocols or web content are blocked. The tool employs active manipulation techniques to confuse inspection hardware, including TCP stream fragmentation, HTTP header obfuscation, and the injection of out-of-order packets. By altering packet structures and dropping specific redirection patterns, it m
Alters protocol header structure and casing to evade pattern-matching algorithms used by network middleboxes.
fhs-install-v2ray is a shell script that automates the deployment of V2Ray, a network proxy tool, on Linux servers. It downloads precompiled binaries and geographic data from a release server, places them into standard Linux filesystem directories, and registers V2Ray as a persistent background service managed by systemd. The script is designed to be idempotent, meaning repeated runs do not overwrite custom configurations, and uninstallation removes all installed files and services completely. The tool distinguishes itself by enforcing a Filesystem Hierarchy Standard (FHS) layout, mapping bin
Combines multiple transport layers and disguising methods to mask network traffic as standard web requests.