Ports Search

Results 1,5911,600 of 19,819 for %22HTTP Server%22.(0.007 seconds)
net-mgmt/ipv6mon-1.0 (Score: 0.006716726)
Tool for monitoring IPv6 address usage
ipv6mon is a tool meant for monitoring IPv6 address usage on a local network. It is meant to be particularly useful in networks that employ IPv6 Stateless Address Auto-Configuration (as opposed to DHCPv6), where address assignment is decentralized and there is no central server that records which IPv6 addresses have been assigned to which nodes during which period of time.
net-p2p/ctcs-1.4.1 (Score: 0.006716726)
CTorrent monitoring and managing interface
CTorrent Control Server (CTCS) is an interface for monitoring and managing Enhanced CTorrent clients. It can manage allocation of bandwidth, provide status information, and allow changes to the running configuration of each client. Communication with CTorrent is via a TCP connection, and the user interface is a web browser.
net/Net-SSH-Expect-1.09 (Score: 0.006716726)
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.
security/dirbuster-1.0r1 (Score: 0.006716726)
DirBuster allows file and directory brute forcing on web servers
DirBuster is a multi threaded java application designed to brute force directories and files names on web/application servers. Often is the case now of what looks like a web server in a state of default installation is actually not, and has pages and applications hidden within. DirBuster attempts to find these.
security/nss-3.27 (Score: 0.006716726)
Libraries to support development of security-enabled applications
Network Security Services (NSS) is a set of libraries designed to support cross-platform development of security-enabled server applications. Applications built with NSS can support SSL v2 and v3, TLS, PKCS #5, PKCS #7, PKCS #11, PKCS #12, S/MIME, X.509 v3 certificates, and other security standards.
security/openvpn-2.3.12 (Score: 0.006716726)
Secure IP/Ethernet tunnel daemon
OpenVPN is a robust, scalable and highly configurable VPN (Virtual Private Network) daemon which can be used to securely link two or more private networks using an encrypted tunnel over the internet. It can operate over UDP or TCP, can use SSL or a pre-shared secret to authenticate peers, and in SSL mode, one server can handle many clients.
textproc/scim-bridge-0.4.16 (Score: 0.006716726)
Qt4 client for Scim-bridge
Scim-bridge is wrapper library for SCIM, written in C. Scim-bridge is separated in two parts, the agent and the clients. The agent is the IME server which communicates with SCIM. The clients are IMModules which communicate only with the agent so that there is no binary dependency between the clients and SCIM.
www/CGI-Cookie-Splitter-0.05 (Score: 0.006716726)
Split big cookies into smaller ones
RFC 2109 recommends that the minimal cookie size supported by the client is 4096 bytes. This has become a pretty standard value, and if your server sends larger cookies than that it's considered a no-no. This module provides a pretty simple interface to generate small cookies that are under a certain limit, without wasting too much effort.
Stores a Catalyst Session in a Cookie
In order for Catalyst::Plugin::Session to work the session ID needs to be stored on the client, and the session data needs to be stored on the server. This plugin stores the session ID on the client using the cookie mechanism.
Saves Catalyst Session IDs by rewriting URIs
In order for Catalyst::Plugin::Session to work the session ID needs to be stored on the client, and the session data needs to be stored on the server. This plugin cheats and instead of storing the session id on the client, it simply embeds the session id into every URI sent to the user.