From 18c641c1c9d04ee510ad07288fc5991f83d37f3a Mon Sep 17 00:00:00 2001 From: Thanwer Date: Thu, 31 Oct 2024 23:57:15 -0300 Subject: [PATCH] Minor fix. --- content/posts/netcat.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/posts/netcat.md b/content/posts/netcat.md index 45c5883..f9fec38 100644 --- a/content/posts/netcat.md +++ b/content/posts/netcat.md @@ -70,7 +70,7 @@ Listen on port 2000: $ nc -l 2000 ``` -This starts a server which listens on port 5000. +This starts a server which listens on port 2000. Now let's open another terminal and connect a client to this port: ```bash