diff options
author | sem <sem@FreeBSD.org> | 2004-07-11 01:08:17 +0800 |
---|---|---|
committer | sem <sem@FreeBSD.org> | 2004-07-11 01:08:17 +0800 |
commit | cfdc9560bf7c3a6d2f3c730ad168553f113e27c3 (patch) | |
tree | 2d196ca698644b6d43c499ceefd81b4ba4e4e3ae /net/Makefile | |
parent | 5f509113b7b48c470bbd65829c29c4c15a5e4188 (diff) | |
download | freebsd-ports-graphics-cfdc9560bf7c3a6d2f3c730ad168553f113e27c3.tar.gz freebsd-ports-graphics-cfdc9560bf7c3a6d2f3c730ad168553f113e27c3.tar.zst freebsd-ports-graphics-cfdc9560bf7c3a6d2f3c730ad168553f113e27c3.zip |
sbd is a Netcat-clone, designed to be portable and offer strong
encryption. It runs on Unix-like operating systems and on Microsoft
Win32. sbd features AES-CBC-128 + HMAC-SHA1 encryption (by Christophe
Devine), program execution (-e option), choosing source port, continuous
reconnection with delay, and some other nice features. Only TCP/IP
communication is supported. Source code and binaries are distributed
under the GNU General Public License.
sbd can be used for any number of network-related things, e.g.:
* Secure file transfer
* Remote administration
* Simple (but secure) peer-to-peer chat
* Pen-test tool (crypto avoids NIDS detection and telnet-style traffic
recording)
PR: 68838
Submitted by: David Thiel <lx@redundancy.redundancy.org>
Approved by: krion (mentor)
Diffstat (limited to 'net/Makefile')
-rw-r--r-- | net/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile index afab0f14b2a..e9f646f6de4 100644 --- a/net/Makefile +++ b/net/Makefile @@ -608,6 +608,7 @@ SUBDIR += samba3 SUBDIR += sambasentinel SUBDIR += samplicator + SUBDIR += sbd SUBDIR += scand SUBDIR += scr_ipfm SUBDIR += sdl_net |