2007-01-24 18:02:45 +01:00
|
|
|
config BR2_PACKAGE_NETCAT
|
|
|
|
bool "netcat"
|
2016-07-04 15:46:56 +02:00
|
|
|
depends on BR2_PACKAGE_BUSYBOX_SHOW_OTHERS
|
2007-01-24 18:02:45 +01:00
|
|
|
help
|
2017-12-18 09:21:05 +01:00
|
|
|
Netcat is a featured networking utility which reads and
|
|
|
|
writes data across network connections, using the TCP/IP
|
|
|
|
protocol.
|
|
|
|
It is designed to be a reliable "back-end" tool that can be
|
|
|
|
used directly or easily driven by other programs and
|
|
|
|
scripts. At the same time, it is a feature-rich network
|
|
|
|
debugging and exploration tool, since it can create almost
|
|
|
|
any kind of connection you would need and has several
|
|
|
|
interesting built-in capabilities.
|
2007-01-24 18:02:45 +01:00
|
|
|
|
|
|
|
http://netcat.sourceforge.net/download.php
|