Ports Search

Results 14,84114,850 of 18,669 for descr.zh_CN%3A%E9%81%8F%E5%88%B6%E5%9E%83%E5%9C%BE.(0.016 seconds)
security/arm-1.4.5.0 (Score: 3.7481335E-5)
Terminal status monitor for Tor
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
security/recog-2.0.22 (Score: 3.7481335E-5)
Framework for fingerprinting products
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.
security/lockdown-2.0.0 (Score: 3.7481335E-5)
Hardening script for FreeBSD
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/
security/mussh-1.0 (Score: 3.7481335E-5)
Tool for easily running the same commands on multiple hosts
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.
security/openvas-manager-6.0.8 (Score: 3.7481335E-5)
OpenVAS manager
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.
security/Crypt-CBC-2.33 (Score: 3.7481335E-5)
Perl5 interface to Cipher Block Chaining with DES and IDEA
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.
security/Crypt-GOST-1.00 (Score: 3.7481335E-5)
Perl extension for GOST Encryption Algorithm
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.
security/Crypt-Khazad-1.0.3 (Score: 3.7481335E-5)
Perl extension for Khazad block cipher
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.
security/Crypt-PasswdMD5-1.3 (Score: 3.7481335E-5)
Perl module that provides interoperable MD5-based crypt() function
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>.
security/Crypt-Twofish_PP-0.17 (Score: 3.7481335E-5)
The Twofish Algorithm in Pure Perl
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.