Ports 搜索

共有17,660项符合descr%3A%22spam filter%22的查询结果,以下是第10,49110,500项(搜索用时0.011秒)
security/arm-1.4.5.0 (Score: 1.3121418E-4)
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: 1.3121418E-4)
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: 1.3121418E-4)
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/monkeysphere-0.36 (Score: 1.3121418E-4)
Use the OpenPGP web of trust to verify ssh connections
SSH key-based authentication is tried-and-true, but it lacks a true Public Key Infrastructure for key certification, revocation and expiration. Monkeysphere is a framework that uses the OpenPGP web of trust for these PKI functions. It can be used in both directions: for users to get validated host keys, and for hosts to authenticate users.
security/mussh-1.0 (Score: 1.3121418E-4)
一个可以轻松地在多台主机上执行相同的命令的工具
Mussh 是一个 shell 脚本,让您通过 ssh 在多台主机通过一个命令就可以执行一个命令或者脚本。如果可能 mussh 会使用 ssh-agent 和 RSA/DSA 密钥来尽量减少你输入密码的次数。
security/openvas-manager-6.0.8 (Score: 1.3121418E-4)
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-Anubis-1.0.4 (Score: 1.3121418E-4)
Crypt::CBC-compliant block cipher
Anubis is a variable-length key, 128-bit block cipher designed by Vincent Rijmen and Paulo S. L. M. Barreto. Anubis was submitted as a NESSIE candidate. Key length can be 128, 160, 192, 224, 256, 288, or 320 bits. The default key length in this implementation is 128 bits.
security/Crypt-CBC-2.33 (Score: 1.3121418E-4)
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-Camellia_PP-0.02 (Score: 1.3121418E-4)
Pure Perl Camellia 128-bit block cipher module
Crypt::Camellia_PP is a pure perl implementation of Camellia, a 128-bit symmetrical block cipher with 128-bit, 192-bit, and 256-bit key from NTT and Mitsubishi Electric Corporation. It is one of the approved encryption methods to be used by European Union as well as specified in several Internet RFCs. See also: http://info.isl.ntt.co.jp/crypt/eng/camellia/index.html
security/Crypt-GOST-1.00 (Score: 1.3121418E-4)
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.