2004-07-10 19:08:17 +02:00
|
|
|
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
|
2016-05-19 12:44:11 +02:00
|
|
|
* Pen-test tool (crypto avoids NIDS detection and telnet-style
|
|
|
|
traffic recording)
|
2004-07-10 19:08:17 +02:00
|
|
|
|
2004-10-12 01:14:45 +02:00
|
|
|
WWW: http://tigerteam.se/dl/sbd/
|