Files
2025-11-21 23:02:37 +01:00

716 B

Netcat

TODO

Intro

  1. TL;DR
  2. Further readings

TL;DR

Setup
brew install 'netcat'
Usage
# Listen (server mode).
netcat --listen --local-port '8080'
nc -lp '8080'

Further readings