scan - Looks into a number of public DNS blacklists wether a host is listed
This script automates the task of verifying that your address space is in a given list. You can supply a single host, a subnet or a list of hosts or subnets in the command line. Every host is listed against a built-in list of more than 100 public RBL...
LUISMUNOZ/Mail-Abuse-1.026 - 22 Jun 2007 20:49:09 UTC - Search in distribution- acat - Dump an abuse report stored with Mail::Abuse::Processor::Store.pm
- abuso - Front-end for Mail::Abuse
- requester - Request additional information from sites with bad reporting practices
- 31 more results from Mail-Abuse »
spamtrap - Manage a spamtrap and produce DNS::BL commands to respond
This program is meant to be used in procmail recipes serving spamtrap and/or spam reporting addresses. Its main functions include: Evidence archiving When instructed to do so, each processed spam sample is stored in a file within a path. The file nam...
LUISMUNOZ/DNS-BL-0.03 - 24 Dec 2004 19:27:22 UTC - Search in distribution- export - Manage a spamtrap and produce DNS::BL commands to respond
- DNS::BL - Manage DNS black lists
- dnsbltool - Front-end for DNS::BL
- 9 more results from DNS-BL »
nrsd - Net::Radius::Server-based RADIUS server
This script uses Net::Radius::Server::NS(3), which uses Net::Server(3), to start a RADIUS server using the Net::Radius::Server(3) framework. See Net::Radius::Server::NS(3) for information on the required configuration parameters. Typically, this scri...
LUISMUNOZ/Net-Radius-Server-1.116 - 30 Nov 2009 13:00:08 UTC - Search in distribution- rad-bulk - A command line Radius bulk-testing client
- rad-client - A command line RADIUS client
- nrsdbtoyaml - Extract records from Net::Radius::Server::DBStore
- 16 more results from Net-Radius-Server »
NetAddr::IP - Manages IPv4 and IPv6 addresses and subnets
This module provides an object-oriented abstraction on top of IP addresses or IP subnets that allows for easy manipulations. Version 4.xx of NetAddr::IP will work with older versions of Perl and is compatible with Math::BigInt. The internal represent...
MIKER/NetAddr-IP-4.079 - 26 Mar 2016 01:14:11 UTC - Search in distribution- NetAddr::IP::Lite - Manages IPv4 and IPv6 addresses and subnets
bin2packet - Convert a RADIUS packet payload into a useable test point
This tool is used to convert the payload of a RADIUS packet stored in dump-file into a "test input". This test input can then be used by the test harness included in the Net::Radius::Packet(3) distribution as part of the regression tests. The followi...
LUISMUNOZ/Net-Radius-2.103 - 30 Nov 2009 12:59:55 UTC - Search in distribution- rad-dump - Dump a RADIUS packet payload into a human readable form
- Net::Radius::Packet - Object-oriented Perl interface to RADIUS packets
- Net::Radius::Dictionary - RADIUS dictionary parser
Queue::Dir - Manage queue directories where each object is a file
"Queue::Dir" allows the manipulation of objects placed in a queue. The queue is implemented as a directory where each object is stored as a file. METHODS The following methods are defined: "my $q = new Queue::File (...)" -id assigns a unique process-...
LUISMUNOZ/Queue-Dir-0.01 - 30 Jun 2003 18:18:38 UTC - Search in distribution
SMS::Handler::Email - Process Email related commands
This module implements a simple responder class. It will respond to any message directed to the specified phone number, with the specified message. The Email message is assumed to be in ISO-8859-1 (Latin1) encoding. Mappings are provided to convert t...
LUISMUNOZ/SMS-Handler-0.01 - 30 Jun 2003 18:25:45 UTC - Search in distribution- SMS::Handler - Base class for processing SMS messages in sms-agent
- SMS::Handler::Ping - Simple test for SMS::Handler
- SMS::Handler::Dispatcher - Helper class for dispatch - based SMS handlers
- 3 more results from SMS-Handler »
Mail::RBL - Perl extension to access RBL-style host verification services
This module eases the task of checking if a given host is in the list. The methods available are described below: "->new(suffix, resolver)" Creates a list handle. The "suffix" parameter is mandatory and specifies which suffix to append to the queries...
LUISMUNOZ/Mail-RBL-1.10 - 01 May 2007 20:43:47 UTC - Search in distribution
Safe::Logs - Perl extension to avoid terminal emulator vulnerabilities
As shown by the people at Digital Defense, there are a number of vulnerabilities that can be remotely exploited in the terminal emulators that are so common today. These vulnerabilities might allow an attacker to execute arbitrary commands by a numbe...
LUISMUNOZ/Safe-Logs-1.00 - 03 Mar 2003 05:29:55 UTC - Search in distribution
IO::File::Log - IO::File abstraction on logging files
Under this discussion, a log file refers to the classical notion of a daemon's log file, that is, a file that can be appended to at any time or that can be "rotated" (ie, the original file can be "rename()"d and a new file with the same name created ...
LUISMUNOZ/IO-File-Log-1.01 - 08 Aug 2002 17:51:23 UTC - Search in distribution
Net::FTPServer::PWP - The FTP server for PWP (personal web pages) service.
"Net::FTPServer::PWP" is a Net::FTPServer server personality. This personality implements a complete FTP server with special features to support an environment we call PWP. What we call PWP (Personal Web Pages) is a particular scenario where possibly...
LUISMUNOZ/Net-FTPServer-PWP-1.21 - 01 Apr 2003 16:08:01 UTC - Search in distribution- Net::FTPServer::PWP::Server - The FTP server for PWP (personal web pages) service.
- Net::FTPServer::PWP::DirHandle - Specialized ::DirHandle for Net::FTPServer::PWP
- Net::FTPServer::PWP::Handle - Base class for Net::FTPServer::PWP file or dir handles
- 1 more result from Net-FTPServer-PWP »
Net::DNS::Method - Base class for Net::DNS::Server methods
This is a base class to help in the creation of method classes for use within the Net::DNS::Server package. This class provides specific methods to do nothing to particular DNS questions. In general, this class consists of a number of methods that ar...
LUISMUNOZ/Net-DNS-Method-2.00 - 14 Jun 2003 20:40:30 UTC - Search in distribution- Net::DNS::Method::Regexp - Build answers based on regular expressions
- Net::DNS::Method::Hash - Perl extension to provide static mapping of RRs to IP addresses
- Net::DNS::Method::Pool - A DNS resolver that handles the names for address pools
- 2 more results from Net-DNS-Method »
Crypt::PasswdMD5 - Provide interoperable MD5-based crypt() functions
"apache_md5_crypt()" provides a function compatible with Apache's ".htpasswd" files. This was contributed by Bryan Hart <bryan@eai.com>. This function is exported by default. The "unix_md5_crypt()" provides a crypt()-compatible interface to the rathe...
RSAVAGE/Crypt-PasswdMD5-1.41 - 01 Feb 2021 09:01:57 UTC - Search in distribution
Tie::NetAddr::IP - Implements a Hash where the key is a subnet
This module overloads hashes so that the key can be a subnet as in NetAddr::IP. When looking values up, an interpretation will be made to find the given key within the subnets specified in the hash. The code sample provided on the SYNOPSIS would prin...
LUISMUNOZ/Tie-NetAddr-IP-1.51 - 09 Feb 2003 19:02:21 UTC - Search in distribution
Net::Radius::PacketOrdered - interface to RADIUS packets with proxy states
RADIUS (RFC2865) specifies a binary packet format which contains various values and attributes. Net::Radius::PacketOrdered provides an interface to turn RADIUS packets into Perl data structures and vice-versa. Net::Radius::PacketOrdered does not prov...
TPG/Net-Radius-PacketOrdered-1.53 - 27 Feb 2006 22:25:21 UTC - Search in distribution
Acme::CPANModules::XSVersions - List of XS versions of Perl modules
This list catalogs (pure-) Perl modules that have their XS counterparts ("fast versions"), usually in separate distributions so the installation of the XS version is optional. The two versions of the modules provide the same interface. When the two m...
PERLANCAR/Acme-CPANModules-XSVersions-0.003 - 09 Apr 2022 00:05:26 UTC - Search in distribution