
Research
/Security News
DuckDB npm Account Compromised in Continuing Supply Chain Attack
Ongoing npm supply chain attack spreads to DuckDB: multiple packages compromised with the same wallet-drainer malware.
udp-tunnel-cli
Advanced tools
A tiny command-line toolkit to tunnel any UDP connection/socket to another machine.
A tiny command-line toolkit to tunnel any UDP connection/socket to another machine.
udp-tunnel-cli
lets you tunnel any UDP connection/socket. This makes it possible to tunnel listening UDP sockets from one machine to any other endpoint on a different machine (i.e. through firewalls).
|
listen-port /----\ tunnel-port | tunnel-connection /----\ local-connection /----\
> | | < ---------------|--------------------- < | | > ------------------ > | |
\----/ | \----/ \----/
public machine running | local machine(s) protected by firewall
udp-tunnel-server (firewall) udp-tunnel-client local server
with open listen-port for
incoming connections
Install this package globally using NPM. Most OS need you to be root (e.g. using sudo
) to install a global npm package:
$ [sudo] npm -g install udp-tunnel-cli
udp-tunnel-cli
depends on Node.js. Tested with node v4.3.0
.
Start the new endpoint for your tunnel. tunnel-port
will wait for the tunnel connection to be set up - initiated by udp-tunnel-client
. listen-port
will wait for incoming connections and redirect them through the tunnel.
$ udp-tunnel-server <listen-port> <tunnel-port>
Start the client (the actual tunnel). Contact the remote server to register the udp-tunnel-client
and setup the local server's endpoint you want to tunnel.
$ udp-tunnel-client <remote-addr> <remote-tunnel-port> <local-addr> <local-port>
Found a bug? Open an issue here on Github.
Wanna help? Submit a pull request or contact me.
Wanna tip me a beer? Use Bitcoin: 14pSD9AmuNhLDbGRXehxbhwzRSRrkpiAKg
The tunnel connection and server is not protected by any password or encryption. Only use this software if you're fully aware of what you're doing and understand the responsibility!
Copyright (c) 2016 Thomas Baumbach tom@xolo.pw
Licensed under the MIT License
FAQs
A tiny command-line toolkit to tunnel any UDP connection/socket to another machine.
We found that udp-tunnel-cli demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
/Security News
Ongoing npm supply chain attack spreads to DuckDB: multiple packages compromised with the same wallet-drainer malware.
Security News
The MCP Steering Committee has launched the official MCP Registry in preview, a central hub for discovering and publishing MCP servers.
Product
Socket’s new Pull Request Stories give security teams clear visibility into dependency risks and outcomes across scanned pull requests.