Ports Search

Results 18,62118,630 of 19,819 for %22HTTP Server%22.(0.013 seconds)
net/Net-LDAP-posixGroup-0.0.2 (Score: 7.739885E-4)
Creates new Net::LDAP::Entry objects for a posixGroup entry
Creates new Net::LDAP::Entry objects for a posixGroup entry.
net/Net-LimeLight-Purge-0.03 (Score: 7.739885E-4)
LimeLight Purge Service API
LimeLight Purge Service API.
net/Net-MAC-Vendor-1.2000 (Score: 7.739885E-4)
Look up the vendor for a MAC
The Institute of Electrical and Electronics Engineers (IEEE) assigns an Organizational Unique Identifier (OUI) to manufacturers of network interfaces. Each interface has a Media Access Control (MAC) address of six bytes. The first three bytes are the OUI. This module allows you to take a MAC address and turn it into the OUI and vendor information. You can, for instance, scan a network, collect MAC addresses, and turn those addresses into vendors. With vendor information, you can often guess at what you are looking at (e.g. an Apple product). You can use this as a module as its individual functions, or call it as a script with a list of MAC addresses as arguments. The module can figure it out. This module tries to persistently cache with DBM::Deep the OUI information so it can avoid using the network. If it cannot load DBM::Deep, it uses a normal hash (which is lost when the process finishes). You can preload this cache with the load_cache() function. So far, the module looks in the current working directory for a file named mac_oui.db to find the cache. I need to come up with a way to let the user set that location.
net/S3-20071102 (Score: 7.739885E-4)
Library in Perl for working with the Amazon S3 REST interface
A library in Perl for working with the Amazon S3 REST interface.
net/Net-Mosso-CloudFiles-0.44 (Score: 7.739885E-4)
Perl interface to the Mosso CloudFiles service
This module provides a Perlish interface to the Mosso CloudFiles service.
net/Net-NIS-Listgroup-1.0.0 (Score: 7.739885E-4)
Lists hosts/users in a netgroup group
A library used to get groups or members of a netgroup NIS map. listgroup() without any parameters or listgroups() lists all the available netgroup groups. With groupname parameters listgroup, listgroup_user, listgroup_host will recusively list the members of the named groups. If the groupname is preceded with a - members of that group will be excluded from the returned list. Each member in a group is a triplet of (host,user,domain). The host portion or user portion of the members is returned by listgroup_host() and listgroup(), the user portion of the members is returned by listgroup_user().
net/Net-Nessus-XMLRPC-0.30 (Score: 7.739885E-4)
Perl5 interface for communication with Nessus scanner over XMLRPC
This is Perl interface for communication with Nessus scanner over XMLRPC. You can start, stop, pause and resume scan. Watch progress and status of scan, download report, etc.
net/Net-OAuth-Simple-1.7 (Score: 7.739885E-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-OpenSSH-Parallel-0.14 (Score: 7.739885E-4)
Run SSH jobs in parallel
Net::OpenSSH::Parallel is an scheduler that can run commands in parallel in a set of hosts through SSH. It tries to find a compromise between being simple to use, efficient and covering a good part of the problem space of parallel process execution via SSH. Obviously, it is build on top of Net::OpenSSH! Common usage of the module is as follows: - Create a Net::OpenSSH::Parallel object. - Register the hosts where you want to run commands with the "add_host" method. - Queue the actions you want to run (commands, file copy operations, etc.) using the "push" method. - Call the "run" method and let the parallel scheduler take care of everything!
net/Net-OpenStack-Attack-1.0500 (Score: 7.739885E-4)
Tools for stress testing an OpenStack deployment
This class provides methods for making parallel, asynchronous requests to the OpenStack API. This distribution comes with a command line tool stackattack which heavily uses this class.