Skip to content

Instantly share code, notes, and snippets.

@opennikish
Last active August 6, 2022 19:16
Show Gist options
  • Save opennikish/e7872c7d0e77736d38bb5fcbf380b9c7 to your computer and use it in GitHub Desktop.
Save opennikish/e7872c7d0e77736d38bb5fcbf380b9c7 to your computer and use it in GitHub Desktop.
# Support multiple connections
ncat -e /bin/cat -k -l 8888
nc -l -p 8888 -c 'xargs -n1 echo'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment