awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
nicocha30 avatar

nicocha30/ligolo-ng

0
View on GitHub↗
4,289 星标·411 分支·Go·gpl-3.0·6 次浏览docs.ligolo.ng↗

Ligolo Ng

Ligolo-ng is a network tunneling framework and control server designed for managing remote agents and coordinating network routing. It functions as a reverse tunneling proxy and a site-to-site VPN tool, utilizing a userland TUN interface to pivot network traffic through remote agents.

The project distinguishes itself by using a TUN interface routing system to forward TCP, UDP, and ICMP traffic through multiple remote agents. It implements a C2 model where a central server manages remote agents to bypass firewall restrictions and provide direct subnet access to isolated networks.

The system covers a broad range of networking capabilities, including multi-hop pivot routing, protocol-agnostic packet encapsulation, and mutual authentication via automated certificate management. It also provides tools for network agent management, persistent route definition, and remote traffic redirection.

Features

  • Network Agent Management Servers - Provides a central control server that manages remote agents, handles tunnels, and provides automatic recovery from network failures.
  • Agent-Managed TUN VPNs - Provides an agent-managed VPN that creates a TUN interface on the relay server to tunnel traffic to isolated networks.
  • Remote Management Agents - Manages and controls remote agents from a central server to provide direct subnet access and traffic redirection.
  • Network Pivoting Tools - Routes network traffic through remote agents to access isolated networks and bypass firewall restrictions.
  • Tunnel Agents - Selects agents, views network details, and handles several tunnels at once with automatic recovery from network issues.
  • Reverse Proxy Tunneling Tools - Establishes tunnels initiated from remote agents to a central server for accessing internal networks without inbound ports.
  • Multiplexed - Multiplexes multiple TCP, UDP, and ICMP connections over a single reverse tunnel connection.
  • Multi-Hop Routing - Forwards traffic through multiple agents in sequence to reach deeply nested network environments.
  • Agent-Based - Creates a virtual network interface on the relay server that forwards packets to a remote agent over a reverse connection.
  • TUN Interface Pivots - Routes network traffic by creating a virtual TUN interface that forwards raw IP packets through the tunnel.
  • Certificate-Based Authentication - Uses automated TLS certificate management to authenticate both the server and remote agents.
  • Command-and-Control Models - Provides a central control server that manages remote agents and coordinates routing decisions.
  • Unprivileged Agent Operations - Operates the agent component without needing administrative or root permissions on the target machine.
  • Multi-Protocol Packet Encapsulation - Forwards TCP, UDP, and ICMP traffic through a single encrypted tunnel without protocol-specific handling.
  • High-Throughput Tunnels - Multiplexes connections to sustain transfer rates exceeding 100 Mbits per second through the tunnel.
  • Bidirectional Tunnel Initiation - Creates tunnels initiated from the agent or from the relay server to suit different network setups.
  • Site-to-Site VPN Networking - Connects separate networks as if they were directly linked using a TUN interface and encrypted tunnels.
  • Multi-Hop Routing - Forwards traffic through multiple remote agents in sequence for multi-hop routing.
  • Userspace Network Stacks - Implements network protocol handling entirely in user space without requiring kernel module modifications.
  • TLS and WebSocket Tunnel Encryption - Encrypts the tunnel connection using TLS and optionally sends it over WebSocket to work through restrictive networks.
  • Network Tunneling Tools - Advanced tunneling tool for creating SOCKS5 proxies and port forwarding.
  • Network Utilities - Advanced tunneling tool for pivoting through compromised hosts.
  • Network Exploitation and Tunneling - Lightweight tool for establishing network tunnels via reverse connections.
  • Network Tunneling - Advanced tunneling tool utilizing a TUN interface.
  • Network Tunneling and Proxying - Tool for tunneling traffic using TUN interfaces.

Star 历史

nicocha30/ligolo-ng 的 Star 历史图表nicocha30/ligolo-ng 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI

Ligolo Ng 的开源替代方案

相似的开源项目,按与 Ligolo Ng 的功能重合度排序。
  • celzero/rethink-appcelzero 的头像

    celzero/rethink-app

    4,580在 GitHub 上查看↗

    This project is a network security tool providing an application network firewall, a DNS blocklist manager, and a VPN client with multi-hop capabilities. It functions as a traffic controller that allows or blocks internet access for specific applications on a device. The system distinguishes itself through a DNS-over-HTTPS firewall and traffic obfuscation tools that inject random packets to mask communication patterns and bypass regional internet censorship. It utilizes multi-hop routing to hide the origin of network traffic by chaining connections through multiple remote servers. The softwa

    Kotlinandroidandroid-appandroid-application
    在 GitHub 上查看↗4,580
  • mullvad/mullvadvpn-appmullvad 的头像

    mullvad/mullvadvpn-app

    6,778在 GitHub 上查看↗

    This project is a privacy-focused VPN manager and WireGuard client application designed to establish encrypted tunnels that mask user IP addresses and activity. It focuses on maintaining anonymity through a system that supports account creation without personal identifying information. The application distinguishes itself with advanced privacy tools, including a multi-hop orchestrator for routing traffic through multiple sequential servers and a network traffic obfuscator that uses Shadowsocks, TCP, and QUIC to bypass deep packet inspection and censorship. It also implements quantum-resistant

    Rustelectronnodejsopenvpn
    在 GitHub 上查看↗6,778
  • sensepost/regeorgsensepost 的头像

    sensepost/reGeorg

    3,150在 GitHub 上查看↗

    reGeorg is an HTTP tunneling proxy and network tunneling tool designed to route network traffic to internal targets. It functions as a remote port forwarder that wraps socket communication within HTTP requests to bypass firewalls. The tool includes a SOCKS5 proxy server implementation that converts tunneled traffic into a usable interface. This allows external networking tools to route data through a remote host into restricted internal network boundaries. The project provides capabilities for network pivoting, including generic network tunneling and SOCKS proxy configuration to facilitate c

    Python
    在 GitHub 上查看↗3,150
  • chika0801/sing-box-exampleschika0801 的头像

    chika0801/sing-box-examples

    2,393在 GitHub 上查看↗

    This repository serves as a comprehensive collection of configuration templates, deployment scripts, and technical documentation for establishing secure, obfuscated network tunnels. It provides a centralized resource for users to implement advanced proxy services, focusing on the practical application of structured configuration schemas to manage complex traffic routing and protocol settings across diverse environments. The project distinguishes itself by offering a library of standardized templates for high-performance and censorship-resistant protocols. It covers a wide range of tunneling m

    在 GitHub 上查看↗2,393
查看 Ligolo Ng 的所有 30 个替代方案→

常见问题解答

nicocha30/ligolo-ng 是做什么的?

Ligolo-ng is a network tunneling framework and control server designed for managing remote agents and coordinating network routing. It functions as a reverse tunneling proxy and a site-to-site VPN tool, utilizing a userland TUN interface to pivot network traffic through remote agents.

nicocha30/ligolo-ng 的主要功能有哪些?

nicocha30/ligolo-ng 的主要功能包括:Network Agent Management Servers, Agent-Managed TUN VPNs, Remote Management Agents, Network Pivoting Tools, Tunnel Agents, Reverse Proxy Tunneling Tools, Multiplexed, Multi-Hop Routing。

nicocha30/ligolo-ng 有哪些开源替代品?

nicocha30/ligolo-ng 的开源替代品包括: celzero/rethink-app — This project is a network security tool providing an application network firewall, a DNS blocklist manager, and a VPN… mullvad/mullvadvpn-app — This project is a privacy-focused VPN manager and WireGuard client application designed to establish encrypted tunnels… sensepost/regeorg — reGeorg is an HTTP tunneling proxy and network tunneling tool designed to route network traffic to internal targets.… chika0801/sing-box-examples — This repository serves as a comprehensive collection of configuration templates, deployment scripts, and technical… jpillora/chisel — Chisel is a network tunneling tool that facilitates secure communication by encapsulating TCP and UDP traffic within… fatedier/frp — This project is a high-performance reverse proxy designed to expose local services to the internet. It provides a…