Created
September 12, 2014 09:30
-
-
Save ebouchut/467f126402c79c2ddaad to your computer and use it in GitHub Desktop.
netcat listen on port 12345
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
nc -kl 12345 # netcat listen on port 12345 and keep-alive |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment