The anonymizing relay monitor (arm) is a terminal status monitor for Tor,
intended for command-line aficionados, ssh connections, and anyone with a tty
terminal. This works much like top does for system usage, providing real time
statistics for:
* bandwidth, cpu, and memory usage
* relay's current configuration
* logged events
* connection details (ip, hostname, fingerprint, and consensus data)
* ... etc
Recog is a framework for identifying products, services, operating systems, and
hardware by matching fingerprints against data returned from various network
probes. Recog makes it simply to extract useful information from web server
banners, snmp system description fields, and a whole lot more.
Lockdown is a script designed to harden a FreeBSD system by editing the
system's configuration files and set permissions, flags and ownership on SUID,
GID and "information" files. However, the main goal of lockdown is to
centralize knowledge on how much you can harden the system without breaking
it.
Mirror: http://lockdown.loproc.dk/
Mussh is a shell script that allows you to execute a command or script
over ssh on multiple hosts with one command. When possible mussh will use
ssh-agent and RSA/DSA keys to minimize the need to enter your password
more than once.
The Open Vulnerability Assessment System (OpenVAS) is a framework of several
services and tools offering a comprehensive and powerful vulnerability
scanning and vulnerability management solution.
This package contains the OpenVAS Manager which provides services on top of
the OpenVAS Scanner to manage scan results, configurations and user access
control.
This is Crypt::CBC, a Perl-only implementation of the cryptographic
cipher block chaining mode (CBC). In combination with a block cipher
such as DES or IDEA, you can encrypt and decrypt messages of
arbitrarily long length. The encrypted messages are compatible with
the encryption format used by the OpenSSL package.
GOST 28147-89 is a 64-bit symmetric block cipher with a 256-bit
key developed in the former Soviet Union. Some information on it
is available at http://vipul.net/gost/ .
This module implements GOST encryption. It supports the Crypt::CBC
interface, with the functions described below. It also provides
an interface that is backwards- compatible with Crypt::GOST 0.41,
but its use in new code is discouraged.
Khazad is a 128-bit key, 64-bit block cipher. Designed by Vincent Rijmen and
Paulo S. L. M. Barreto, Khazad is a NESSIE finalist for legacy-level block
ciphers. Khazad has many similarities with Rijndael, and has an extremely
high rate of diffusion.
The `unix_md5_crypt()' provides a crypt()-compatible interface
to the rather new MD5-based crypt() function found in modern
operating systems. It's based on the implementation found on
FreeBSD 2.2.[56]-RELEASE.
`apache_md5_crypt()' provides a function compatible with
Apache's `.htpasswd' files.
This was contributed by Bryan Hart <bryan@eai.com>.
Twofish is a 128-bit symmetric block cipher with a variable key
length (128, 192, or 256 bits) key, developed by Counterpane Labs.
It is unpatented and free for all uses, as described at
http://www.counterpane.com/twofish.html. It has been one of the
five finalists for AES.
This module is written in pure Perl, it should run everywhere
where Perl runs.