「Linuxサーバの特定ポートが開いているか調べたくて、telnetを使ってるけど面倒…」 「もっと手軽にポートが通るか確認できるコマンドってないの?」 netcat (nc) は、簡易なネットワーク接続テストやデータ転送などに使える多機能なユーティリティ。
Netcat is the "swiss army knife" of networking utilities. Notably, it can be used to establish a Transmission Control Protocol (TCP) or User Datagram Protocol (UDP) between two devices, usually a ...
ちょっとネットワークの調子が悪いとき、「あれ、このポート開いてる?」と確かめたくなること、ありますよね。 そんなときに頼れる存在が、軽量かつ高機能なツール netcat(略して nc)。 ふだん何気なく使っているけれど、実はちょっとした工夫でぐっ ...
Often referred to as the "Swiss Army Knife of networking," netcat is a tool that administrators can use to read and write TCP or UDP data across the network. In addition, it's extremely useful for ...
A pretty simple proof of concept of embedding a netcat.exe into a C# program I made that rolls dice. Upon running the dice roller the program creates a VBScript, a batch file, and extracts netcat ...