Ports Search

Results 251260 of 5,827 for /net-mgmt/.(0.004 seconds)
net/Net-MAC-Vendor-1.2000 (Score: 0.05537212)
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/Net-Mosso-CloudFiles-0.44 (Score: 0.05537212)
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: 0.05537212)
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: 0.05537212)
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-OpenID-Consumer-1.18 (Score: 0.05537212)
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-OpenStack-Attack-1.0500 (Score: 0.05537212)
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.
net/Net-SMS-Mollie-0.04 (Score: 0.05537212)
Send SMS messages via the mollie.nl service
Send SMS messages via the mollie.nl service
net/Net-SSH-Expect-1.09 (Score: 0.05537212)
SSH wrapper to execute remote commands
This module is a wrapper to the ssh executable that is available in your system's $PATH. Use this module to execute commands on the remote SSH server. It authenticates with the user and password you passed in the constructor's attributes user and password.
net/Net-SSH-Mechanize-0.1.3 (Score: 0.05537212)
Perl extension for asynchronous ssh command invocation
Asynchronous ssh command invocation.
net/Net-STOMP-Client-2.2 (Score: 0.05537212)
Streaming Text Orientated Messaging Protocol Client
This module provides an object oriented client interface to interact with servers supporting STOMP (Streaming Text Orientated Messaging Protocol). It supports the major features of messaging brokers: SSL, asynchronous I/O, receipts and transactions. For details on the protocol see http://stomp.codehaus.org/Protocol.