Comments on: 8 Netcat (nc) Command with Examples https://www.tecmint.com/netcat-nc-command-examples/ Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks. Thu, 13 Jul 2023 08:06:07 +0000 hourly 1 By: Rakshith https://www.tecmint.com/netcat-nc-command-examples/comment-page-1/#comment-1830131 Mon, 20 Jun 2022 09:47:06 +0000 https://www.tecmint.com/?p=33506#comment-1830131 The package name is not `Netcat`, its `netcat`.

]]>
By: Siva https://www.tecmint.com/netcat-nc-command-examples/comment-page-1/#comment-1401865 Wed, 16 Dec 2020 17:22:15 +0000 https://www.tecmint.com/?p=33506#comment-1401865 nc is failing for multiple ports & range

$ nc -v -w 2 -z 10.244.169.10 1 2
Ncat: Version 7.50 ( https://nmap.org/ncat )
Ncat: Got more than one port specification: 1 2. QUITTING.
]]>
By: Vedant Pareek https://www.tecmint.com/netcat-nc-command-examples/comment-page-1/#comment-1344286 Mon, 13 Jul 2020 10:59:35 +0000 https://www.tecmint.com/?p=33506#comment-1344286 In the first example, you should make it -z rather than z.

Thanks

]]>
By: Aaron Kili https://www.tecmint.com/netcat-nc-command-examples/comment-page-1/#comment-1228000 Mon, 19 Aug 2019 09:14:49 +0000 https://www.tecmint.com/?p=33506#comment-1228000 In reply to Jared.

@Jared

Great, I will do more research on this and practically test it. Many thanks for sharing.

]]>
By: Jared https://www.tecmint.com/netcat-nc-command-examples/comment-page-1/#comment-1221444 Sat, 10 Aug 2019 06:05:09 +0000 https://www.tecmint.com/?p=33506#comment-1221444 You can pair netcat with tcpdump to stream a packet capture to another host. This is useful for capturing in real time traffic on busybox or other small Linux distributions.

I have had luck using tcpdump for android on busybox running a security camera.

]]>