šŸš€ Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more →
Socket
Sign inDemoInstall
Socket

tcpfork

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tcpfork

A simple TCP server that just forks a command and pipes stdin and stdout to the client.

1.0.0
latest
npm
Version published
Weekly downloads
0
-100%
Maintainers
1
Weekly downloads
Ā 
Created
Source

tcpfork

A simple TCP server that just forks a command and pipes stdin and stdout to the client.

Usage

tcpfork [PORT] COMMAND [ARG...]

Defaults to listing on port 1337.

Examples

TCP echo server:

tcpfork cat

TCP proxy:

tcpfork nc localhost 1234

TCP proxy with logging both sides of the connection to stderr:

tcpfork 'tee /dev/stderr | nc localhost 1234 | tee /dev/stderr'

Send me you use cases in an Issue or Pull Request!

FAQs

Package last updated on 20 Jul 2018

Did you know?

Socket

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.

Install

Related posts