New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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
  • Socket score

Version published
Weekly downloads
0
decreased by-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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc