Nosuid TCP/IP ping is a small, secure replacement for the original ping
command. Unlike its setuid counterpart, it won't allow flood-pings,
security compromises and other typical problems. It uses TCP syn-rst
challenge/response instead of ICMP echo and echo-reply.
WWW: http://lcamtuf.coredump.cx/
from Artur Skura <arturs@iidea.pl> with changes from me
Tcpdpriv removes sensitive information from a packet trace, replacing it
with contrived information from which the sensitive information cannot be
reconstructed. By removing the sensitive information, the output of
tcpdpriv may be shared with others (for debugging or network analysis,
say).
WWW: http://ita.ee.lbl.gov/html/contrib/tcpdpriv.html
trickle is a portable lightweight userspace bandwidth shaper. It can
run in collaborative mode (together with trickled) or in stand alone
mode. trickle works by taking advantage of the unix loader preloading.
Essentially it provides, to the application, a new version of the
functionality that is required to send and receive data through sockets.
It then limits traffic based on delaying the sending and receiving of
data over a socket. trickle runs entirely in userspace and does not
require root privileges.
WWW: http://monkey.org/~marius/trickle/
Maintainer Jolan Luff <jolan@cryptonomicon.org>
* The server now runs as a daemon by default and automatically reloads the
configuration file when it has been updated.
* Client options to force the use of IPv4 and IPv6, respectively.
--
netsed is a small utility designed to allow you to alter the contents of
packets forwarded through your network in real time.
WWW: http://lcamtuf.coredump.cx/
This rocks, BTW; bought time I brought this in.
o Fix buffer overflow in kvm_updateStats() found by Jolan Luff
o Use system getopt_long()
o Replace fprintf(stderr) && exit -> err() and fprintf(stderr) -> warn()