summaryrefslogtreecommitdiffstats
path: root/rules/netcat.in
blob: 3dd43202487d77ef5f47a8ff5efe0315dfad032c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
## SECTION=networking

config NETCAT
	tristate
	prompt "netcat"
	select LIBBSD
	select LIBC_RESOLV
	help
	  The nc (or netcat) utility is used for just about anything under The
	  sun involving TCP, UDP, or UNIX-domain sockets. It can open TCP
	  connections, send UDP packets, listen on arbitrary TCP and UDP ports
	  do port scanning, and deal with both IPv4 and IPv6.