awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
wangyu- avatar

wangyu-/udp2raw

0
View on GitHub↗
8,505 stele·1,276 fork-uri·C++·MIT·7 vizualizări

Udp2raw

udp2raw is a network tunneling tool designed to bypass firewalls and obfuscate UDP traffic. It wraps UDP packets in alternative headers and utilizes raw socket networking to move data through networks that otherwise block or throttle UDP traffic.

The project distinguishes itself by simulating TCP connections, mimicking the three-way handshake and sequence numbering to trick firewalls into treating UDP streams as TCP traffic. It further stabilizes these connections through heartbeat-driven port rotation, which automatically switches ports to recover sessions after detected failures.

The tool provides a comprehensive security suite including symmetric-key encryption, HMAC-based traffic authentication, and sliding-window replay protection. It also supports UDP connection multiplexing to route multiple independent conversations through a single shared raw tunnel.

Operational control is managed via a command-line interface and a FIFO-pipe for asynchronous process management, supported by a configurable system logging utility.

Features

  • UDP Tunneling - Wraps UDP packets in alternative headers to tunnel traffic through firewalls and restrictive NAT environments.
  • Network Traffic Obfuscators - Encrypts and masks UDP streams to hide communication patterns and evade deep packet inspection.
  • Firewall Bypass Utilities - Circumvents local packet filters and firewall rules by sending packets at the OSI link level.
  • Raw Socket Injection - Utilizes raw socket networking to bypass system firewalls and standard transport socket limitations.
  • Packet Authentication - Ensures data integrity and authenticity by appending HMAC cryptographic hashes to every tunneled packet.
  • Packet Injection Engines - Utilizes raw sockets to construct and inject network packets at the link layer, bypassing system firewalls.
  • Restrictive Network Connectivity - Ensures communication stability in restrictive environments via heartbeats and automatic port rotation.
  • Raw - Sends network packets at the link layer to circumvent local system firewalls and standard socket limitations.
  • Encrypted Raw Sockets - Sends encrypted data packets at the link level to bypass system firewalls and socket limitations.
  • Fake-TCP Tunneling - Mimics the TCP three-way handshake and sequence numbering to bypass firewalls while delivering real-time UDP traffic.
  • Protocol Simulation - Wraps UDP traffic in fake TCP headers and mimics handshakes to bypass firewalls that block UDP.
  • TCP Handshake Simulation - Implements a fake TCP three-way handshake and sequence numbering to bypass firewalls by mimicking TCP traffic.
  • TCP State Simulation - Mimics TCP connection states and sequence numbers to trick firewalls into treating UDP streams as TCP connections.
  • Encrypted Tunneling - Establishes secure, encrypted connections designed specifically to bypass network restrictions.
  • Secure Tunneling - Encrypts tunneled data using a shared password to protect privacy and bypass restrictions.
  • Symmetric Encryption - Obfuscates tunneled data using symmetric-key block ciphers to prevent inspection by intermediaries.
  • Traffic Encryption - Provides encryption for data in transit to prevent detection and ensure communication privacy.
  • Connection Keepalives - Maintains active network connections through periodic heartbeats and timeout monitoring.
  • Connection Multiplexing - Bundles multiple logical UDP data streams into a single physical raw connection.
  • Connection Multiplexing - Routes multiple independent UDP conversations through a single shared raw tunnel using unique identifiers.
  • Automatic Port Rotation - Automatically rotates ports to recover sessions after heartbeats detect a connection failure.
  • UDP Protocol Multiplexing - Multiplexes several UDP conversations into a single raw tunnel for efficient endpoint routing.
  • UDP Session Multiplexing - Maps multiple independent UDP conversations into a single raw tunnel using unique identifiers for routing.
  • Packet Replay Protections - Uses a sliding window of sequence numbers to detect and reject duplicate packets.
  • UDP Session Replay Protections - Implements sliding-window replay protection to detect and reject duplicate packets in UDP sessions.
  • Automatic Connection Restoration - Detects link failures via heartbeats and automatically establishes new links by switching ports.
  • Connection Heartbeats - Uses periodic heartbeat signals to monitor connection health and detect link failures.
  • Media & Communication - Tunnel for bypassing UDP firewalls.

Istoric stele

Graficul istoricului de stele pentru wangyu-/udp2rawGraficul istoricului de stele pentru wangyu-/udp2raw

Căutare AI

Explorează mai multe repository-uri excelente

Descrie ce ai nevoie în limbaj simplu — AI-ul sortează mii de proiecte open source selectate în funcție de relevanță.

Start searching with AI

Alternative open-source pentru Udp2raw

Proiecte open-source similare, clasificate după numărul de funcționalități comune cu Udp2raw.
  • ginuerzh/gostAvatar ginuerzh

    ginuerzh/gost

    18,019Vezi pe GitHub↗

    gost is a multi-protocol proxy tunnel and secure tunneling server designed to route network traffic through encrypted connections. It functions as a traffic obfuscation gateway and a transparent proxy server capable of intercepting TCP and UDP traffic at the IP level. The project also includes a virtual network interface manager for creating TUN and TAP devices to intercept operating system packets. The system distinguishes itself through a chain-based request routing model, allowing traffic to pass through an ordered sequence of proxy nodes. It provides extensive transport-layer encapsulatio

    Godnsgogolang
    Vezi pe GitHub↗18,019
  • wangyu-/udpspeederAvatar wangyu-

    wangyu-/UDPspeeder

    5,152Vezi pe GitHub↗

    UDPspeeder is a network acceleration tool and loss-resistant proxy that uses forward error correction and UDP tunneling to maintain throughput over unstable, lossy connections. It functions as a cross-protocol traffic tunnel that wraps TCP, UDP, and ICMP traffic into a single UDP stream to reduce packet loss and improve stability. The project specializes in enhancing connectivity on high-latency paths by adding redundant data to the stream through packet-level redundancy coding. This approach allows it to stabilize data flows and increase download speeds for users experiencing frequent packet

    C++eccfecproxy
    Vezi pe GitHub↗5,152
  • go-gost/gostAvatar go-gost

    go-gost/gost

    6,972Vezi pe GitHub↗

    Gost is a Go-based network tunnel and multi-protocol proxy server. It functions as a gateway for routing TCP and UDP traffic, creating secure network tunnels between remote endpoints, and acting as a DNS proxy server to resolve domain name queries. The project is distinguished by its ability to implement multi-hop proxy chaining, which links multiple network nodes in a sequence to route traffic through specific paths. It also provides transparent proxying by integrating with virtual network interfaces to intercept system-level traffic without requiring manual client configuration. The system

    Godnsdtlsgolang
    Vezi pe GitHub↗6,972
  • shadowsocks/shadowsocks-rustAvatar shadowsocks

    shadowsocks/shadowsocks-rust

    10,729Vezi pe GitHub↗

    A Rust port of shadowsocks

    Rusthttp-proxyrustsecurity
    Vezi pe GitHub↗10,729
Vezi toate cele 30 alternative pentru Udp2raw→

Întrebări frecvente

Ce face wangyu-/udp2raw?

udp2raw is a network tunneling tool designed to bypass firewalls and obfuscate UDP traffic. It wraps UDP packets in alternative headers and utilizes raw socket networking to move data through networks that otherwise block or throttle UDP traffic.

Care sunt principalele funcționalități ale wangyu-/udp2raw?

Principalele funcționalități ale wangyu-/udp2raw sunt: UDP Tunneling, Network Traffic Obfuscators, Firewall Bypass Utilities, Raw Socket Injection, Packet Authentication, Packet Injection Engines, Restrictive Network Connectivity, Raw.

Care sunt câteva alternative open-source pentru wangyu-/udp2raw?

Alternativele open-source pentru wangyu-/udp2raw includ: ginuerzh/gost — gost is a multi-protocol proxy tunnel and secure tunneling server designed to route network traffic through encrypted… wangyu-/udpspeeder — UDPspeeder is a network acceleration tool and loss-resistant proxy that uses forward error correction and UDP… go-gost/gost — Gost is a Go-based network tunnel and multi-protocol proxy server. It functions as a gateway for routing TCP and UDP… shadowsocks/shadowsocks-rust — A Rust port of shadowsocks. jedisct1/dsvpn — dsvpn is a point-to-point virtual private network tool that establishes encrypted tunnels between two specific… jpillora/chisel — Chisel is a network tunneling tool that facilitates secure communication by encapsulating TCP and UDP traffic within…