Codebase list ncat-w32 / 8920ca9
Trim trailing whitespace. Changes-By: lintian-brush Fixes: lintian: trailing-whitespace See-also: https://lintian.debian.org/tags/trailing-whitespace.html Kali Janitor 3 years ago
3 changed file(s) with 14 addition(s) and 14 deletion(s). Raw diff Collapse all Expand all
1111
1212 ncat-w32 (5.59beta1-1kali0) kali; urgency=low
1313
14 * Initial release (Closes: #0000248)
14 * Initial release (Closes: #0000248)
1515
1616 -- Devon Kearns <[email protected]> Mon, 08 Apr 2013 12:34:34 -0600
1111 Architecture: all
1212 Depends: ${misc:Depends}
1313 Description: Netcat for the 21st century
14 Ncat is a feature-packed networking utility which reads and writes data across
15 networks from the command line. Ncat was written for the Nmap Project as a
16 much-improved reimplementation of the venerable Netcat. It uses both TCP and
17 UDP for communication and is designed to be a reliable back-end tool to
18 instantly provide network connectivity to other applications and users. Ncat
19 will not only work with IPv4 and IPv6 but provides the user with a virtually
14 Ncat is a feature-packed networking utility which reads and writes data across
15 networks from the command line. Ncat was written for the Nmap Project as a
16 much-improved reimplementation of the venerable Netcat. It uses both TCP and
17 UDP for communication and is designed to be a reliable back-end tool to
18 instantly provide network connectivity to other applications and users. Ncat
19 will not only work with IPv4 and IPv6 but provides the user with a virtually
2020 limitless number of potential uses.
2121 .
22 Among Ncat’s vast number of features there is the ability to chain Ncats
23 together, redirect both TCP and UDP ports to other sites, SSL support, and
24 proxy connections via SOCKS4 or HTTP (CONNECT method) proxies (with optional
25 proxy authentication as well). Some general principles apply to most
26 applications and thus give you the capability of instantly adding networking
27 support to software that would normally never support it.
22 Among Ncat’s vast number of features there is the ability to chain Ncats
23 together, redirect both TCP and UDP ports to other sites, SSL support, and
24 proxy connections via SOCKS4 or HTTP (CONNECT method) proxies (with optional
25 proxy authentication as well). Some general principles apply to most
26 applications and thus give you the capability of instantly adding networking
27 support to software that would normally never support it.
99 #export DH_VERBOSE=1
1010
1111 %:
12 dh $@
12 dh $@