Ports 搜索

共有19,819项符合%22HTTP Server%22的查询结果,以下是第14,64114,650项(搜索用时0.011秒)
net/Net-IPTrie-0.7 (Score: 9.2878623E-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-Jifty-0.14 (Score: 9.2878623E-4)
Perl interface to online Jifty applications
Jifty is a full-stack web framework. It provides an optional REST interface for applications. Using this module, you can interact with that REST interface to write client-side utilities. You can use this module directly, but you'll be better off subclassing it. This module also provides a number of convenient methods for writing short scripts. For example, passing use_config => 1 to new will look at the config file for the username and password (or SID) of the user. If neither is available, it will prompt the user for them.
net/Net-NBName-0.26 (Score: 9.2878623E-4)
Performs simple NetBIOS Name Service Requests
Net::NBName is a class that allows you to perform simple NetBIOS Name Service Requests in your Perl code. It performs these NetBIOS operations over TCP/IP using Perl's built-in socket support.
net/kippo-0.8 (Score: 9.2878623E-4)
Medium interaction ssh honeypot
Kippo is a medium interaction SSH honeypot designed to log brute force attacks and, most importantly, the entire shell interaction performed by the attacker.
net/Net-NIS-0.44 (Score: 9.2878623E-4)
Interface to Sun's Network Information Service
This is a snapshot release of the NIS interface to Perl 5. There are three parts to the interface: the raw component (Net::NIS), the object-oriented component (Net::NIS::Table), and the tied interface (Net::NIS). Unless someone provides strong reason to support the raw or OO components, they will be marked as deprecated and not documented or enhanced (but still supported for backward compatibility).
net/Net-Libdnet-0.98 (Score: 9.2878623E-4)
Libdnet interface
Net::Libdnet - Perl interface to libdnet
net/Net-MAC-2.103622 (Score: 9.2878623E-4)
Perl 5 module for representing and manipulating MAC addresses
The Perl 5 module Net::MAC allows you to - store a MAC address in a Perl object - find out information about a stored MAC address - convert a MAC address into a specified format - easily compare two MAC addresses for string or numeric equality
net/Net-ParseWhois-0.70 (Score: 9.2878623E-4)
Extendable perl5 module for parsing whois information
Based on Net::Whois, Net::ParseWhois was written with the intent to provide a replacement for the (broken) Net::Whois module. It is otherwise different to Net::Whois in that it a) is easily extendable b) has a work-around approach rather than wanting/expecting/wishing registrars to standardize their output.
net/Net-MovableType-1.74 (Score: 9.2878623E-4)
Lightweight MovableType client Perl module
Using Net::MovableType you can post new entries, edit existing entries, browse entries and users blogs, and perform most of the features you can perform through accessing your MovableType account. Since Net::MovableType uses MT's remote procedure call gateway, you can do it from any computer with Internet connection. Net::MovableType promises an intuitive, user friendly, Object Oriented interface for managing your web sites published through MovableType. Most of the method names correspond to those documented in MovableType's Programming Interface Manual.
net/Net-NBsocket-0.24 (Score: 9.2878623E-4)
Non-Blocking Sockets
Net::NBsocket provides a wrapper for Socket to supply Non-Blocking sockets of various flavors.