Ports Search

Results 5,7815,790 of 17,660 for descr%3A%22spam filter%22.(0.01 seconds)
net/Net-Divert-0.01 (Score: 1.6401772E-4)
Module to deal with divert(4) sockets
The Net::Divert module facilitates the use of divert sockets for packet alteration on FreeBSD and MacOSX. This module allows you to create a divert socket and then just supply a function that will deal with the incoming packets.
net/Net-Appliance-Session-4.131.260 (Score: 1.6401772E-4)
Run command-line sessions to network appliances
Use this module to establish an interactive command-line session with a network appliance. There is special support for moving into privileged mode and configure mode, with all other commands being sent through a generic call to your session object.
net/Net-Dict-2.21 (Score: 1.6401772E-4)
Simple client API for the DICT protocol
Net::Dict is a perl class for looking up words and their definitions on network dictionary servers. Net::Dict provides a simple DICT client API for the network protocol described in RFC2229.
net/Net-Frame-Dump-1.14 (Score: 1.6401772E-4)
Tcpdump like perl implementation
Net::Frame::Dump is the base class for all dump modules. With them, you can open a device for live capture, for offline analysis, or for creating a pcap file.
net/Net-HTTP-6.09 (Score: 1.6401772E-4)
Low-level HTTP client
The Net::HTTP class is a low-level HTTP client that supports HTTP/1.0 and HTTP/1.1. An instance of the Net::HTTP class represents a connection to an HTTP server.
net/Net-IPTrie-0.7 (Score: 1.6401772E-4)
Module for building IPv4 and IPv6 address space hierarchies
This module uses a radix tree (or trie) to quickly build the hierarchy of a given address space (both IPv4 and IPv6). This allows the user to perform fast subnet or routing lookups. It is implemented exclusively in Perl.
net/Net-OAuth-Simple-1.7 (Score: 1.6401772E-4)
Simple wrapper around the OAuth protocol
Net::OAuth::Simple is a simple wrapper around the OAuth protocol. OAuth is: An open protocol to allow secure API authentication in a simple and standard method from desktop and web applications.
net/Net-OpenID-Consumer-1.18 (Score: 1.6401772E-4)
Library for consumers of OpenID identities
This is the Perl API for (the consumer half of) OpenID, a distributed identity system based on proving you own a URL, which is then your identity. More information is available at: http://www.danga.com/openid/
net/Net-SCP-Expect-0.16 (Score: 1.6401772E-4)
Perl5 wrapper for scp that allows passwords via Expect
This module is simply a wrapper around the scp call. The primary difference between this module and I<Net::SCP> is that you may send a password programmatically, instead of being forced to deal with interactive sessions.
net/Net-Traceroute6-0.03 (Score: 1.6401772E-4)
Perl module to parse traceroute6(8) output
This module implements traceroute6(8) functionality for perl5. It allows you to trace the path IP packets take to a destination. It is currently implemented as a parser around the system traceroute command.