Ports Search

Results 5,0815,090 of 17,660 for descr%3A%22spam filter%22.(0.01 seconds)
net-mgmt/netdisco-2.033006 (Score: 1.8410943E-4)
Network discovery/management tool with web console
Netdisco is a web-based network management tool designed for network administrators. Data is collected into a PostgreSQL database using SNMP. Some of the things you can do with Netdisco: Locate a machine on the network by MAC or IP and show the switch port it lives at Turn off a switch port, or change the VLAN or PoE status of a port Inventory your network hardware by model, vendor, software and operating system Pretty pictures of your network App::Netdisco provides a web frontend with built-in web server, and a backend daemon to handle interactive requests such as changing port or device properties.
net-mgmt/pads-1.2 (Score: 1.8410943E-4)
Passively detect network assets
PADS is a signature based detection engine used to passively detect network assets. It is designed to complement IDS technology by providing context to IDS alerts. Goals: * Passive: Records and identifies traffic seen on a network without actively "scanning" a system. There will never be a packet sent from the pads applications. * Portable: Has the ability to be placed easily on a remote system. Does not require additional external libraries other than those associated with libpcap. * Lightweight: Logging is sent to a simple CSV file. There is no need for a database or other data repository installed on the local machine. All correlation is done outside of the pads program.
net/socat-1.7.3.1 (Score: 1.8410943E-4)
Multipurpose relay and more
socat is a relay for bidirectional data transfer between two independent data channels. Each of these data channels may be a file, pipe, device (terminal or modem etc.), socket (UNIX, IP4, IP6 - raw, UDP, TCP), a file descriptor (stdin etc.), a program, or an arbitrary combination of two of these. socat can be used, e.g., as TCP relay (one-shot or daemon), as an external socksifier, for attacking weak firewalls, as a shell interface to UNIX sockets, IP6 relay, for redirecting TCP oriented programs like brutus to a serial line, or to establish a relatively secure environment (su and chroot) for running client or server shell scripts with network connections.
security/iaikPkcs11Wrapper-1.2.18 (Score: 1.8410943E-4)
PKCS#11 Java wrapper
This is a library for the Java platform which makes PKCS#11 (also known as Cryptoki) modules accessible from within Java. A PKCS#11 module is a software library with a defined API which allows access to cryptographic hardware. It usually comes with hardware security modules (HSM), smart cards and crypto tokens (e.g. USB tokens). Thus, the PKCS#11 Wrapper provides Java software access to almost any crypto hardware. For example, a Java application can use it to integrate a HSM or a smart card to create digital signatures, to decrypt data or to unwrap keys.
security/poly1305aes-20050218 (Score: 1.8410943E-4)
Poly1305 message authentication reference implementation using AES
Poly1305-AES is a state-of-the-art secret-key message-authentication code suitable for a wide variety of applications. Poly1305-AES computes a 16-byte authenticator of a message of any length, using a 16-byte nonce (unique message number) and a 32-byte secret key. Attackers can't modify or forge messages if the message sender transmits an authenticator along with each message and the message receiver checks each authenticator. There's a mailing list for Poly1305-AES discussions. To subscribe, send an empty message to poly1305-subscribe@list.cr.yp.to.
security/webfwlog-1.01 (Score: 1.8410943E-4)
Web-based firewall log analyzer
Webfwlog is a flexible web-based analysis and reporting tool for firewall logs. It supports log files in standard ipfilter or ipfw format. With Webfwlog you can design reports to use on your firewall logs in whatever configuration you desire. Included are example reports as a starting point. You can sort a report with a single click, "drill-down" on the reports all the way to the packet level, and save your reports for later use. You can also create a link directly to any saved report. Webfwlog requires a web server with PHP support and a MySQL or PostgresSQL database server.
sysutils/downtimed-1.0 (Score: 1.8410943E-4)
System downtime monitoring and reporting tool
downtimed is a program that monitors operating system downtime, uptime, shutdowns and crashes and keeps records of those events. downtimed(8) is a daemon process which is intended to be started automatically from system boot scripts every time when the operating system of a server starts. First the daemon logs its findings about the previous downtime to a specified logging destination as well as in a database file which can be displayed with downtimes(1). After that the daemon just keeps waiting in the background and periodically updates a time stamp file on the disk. downtimes(1) is a command-line tool which can be used to inspect previous downtime records.
textproc/Text_Highlighter-0.7.3 (Score: 1.8410943E-4)
PEAR Syntax highlighting
Text_Highlighter is a package for syntax highlighting. It provides a base class provining all the functionality, and a descendent classes geneator class. The main idea is to simplify creation of subclasses implementing syntax highlighting for particular language. Subclasses do not implement any new functioanality, they just provide syntax highlighting rules. The rules sources are in XML format. To create a highlighter for a language, there is no need to code a new class manually. Simply describe the rules in XML file and use Text_Highlighter_Generator to create a new class.
textproc/pygments-2.1.3 (Score: 1.8410943E-4)
Syntax highlighter written in Python
Pygments is a syntax highlighting package written in Python. It is a generic syntax highlighter for general use in all kinds of software such as forum systems, wikis or other applications that need to prettify source code. Highlights are: * a wide range of common languages and markup formats is supported * special attention is paid to details, increasing quality by a fair amount * support for new languages and formats are added easily * a number of output formats, presently HTML, LaTeX, RTF and ANSI sequences * it is usable as a command-line tool and as a library
www/wikitopdf-2.2.2 (Score: 1.8410943E-4)
Plugin to generate PDF documents from the Wiki
WikiToPdf combines the functionality of CombineWikiPlugin and PageToPdfPlugin on only one plugin and allows one to setup a template file used to generate the PDF file with a cover and a licence page, for example. At the end of each wiki page there is a link named WikiToPdf and works like athomas PageToPdfPlugin plugin but takes into account the parameters on trac.ini (see below) and passes them to htmldoc. Alternatively, it's possible to select one or more wiki pages and generate one single PDF file just like coderanger work with a cover and a licence from a template file. This feature also takes into account the parameters on trac.ini.