Ports Search

Results 1,2911,300 of 2,488 for /x11-servers/.(0.009 seconds)
net/tcpsg-0.0.2 (Score: 0.006468267)
Simple TCP port forwarder
TCPSG is just a simple TCP port forwarder designed to distribute a service like a virtual server. It can be used to protect servers using the port forwarder to receive requests.
net/sslh-1.18 (Score: 0.006468267)
SSL/SSH multiplexer
sslh accepts HTTPS, SSH, OpenVPN, tinc and XMPP connections on the same port. This makes it possible to connect to any of these servers on port 443 while still serving HTTPS on that port.
net/wmping-0.2.1 (Score: 0.006468267)
Windowmaker dock app to display network hosts status
This is a port of wmping which is a Windowmaker dock app which is simple usefull program that allows to check host status in your network environment. It can be used for monitoring servers in the network.
net/tclsoap-1.6.7 (Score: 0.006468267)
SOAP and XML-RPC support for TCL library
tclsoap provides support for building clients and servers for the SOAP remote procedure call protocol from Tcl. SOAP is an XML based RPC mechanism which provides cross-platform cross language compatibility.
net/tinyldap-0.0.20091122 (Score: 0.006468267)
Small LDAP implementation
tinyldap is an attempt to write a very small and very fast LDAP server. openldap is the reference when it comes to LDAP servers, and it performs very poorly despite using techniques such as thread pools. LICENSE: GPL2
news/nntpcache-3.0.2 (Score: 0.006468267)
News caching/anti-spam/server-merging system
NNTPCache is Squid for news (plus lots more). NNTPCache (very efficiently, using shared memory, COW, mmaps, etc) executes on the localhost pretending to be an NNRP news reading server. In fact, what it does is pass certain NNTP commands through to real (remote and possibly local) news-servers based on various pattern matching rules. nntpcache then takes the output from those servers and caches & indexes it in funky ways (much specific case magic goes into this). The next time such information is asked for, or other information which can be logically inferred from the previously collated information, it is sent directly from the cache, without consulting the remote servers. NNTPCache can transparently merge multiple servers, (permiting local newsgroups with remote NNTP feeds), filter articles, xovers, and headers based on weighted regular expressions, and has built in NoCem/PGP (anti-spam) support (see http://www.nocem.org/ for details).
news/nzbperl-0.6.8 (Score: 0.006468267)
Perl script for downloading nzb files
NzbPerl is a perl script for downloading nzb files. It supports automated parsing and sorting of nzb files, multiple servers, automated downloading, assmbling and decoding of message parts, and has user controlled bandwidth throttling during runtime.
security/hmap-0.1 (Score: 0.006468267)
Web server fingerprinting utility
"hmap" is a tool for fingerprinting web servers. Basically, it collects a number of characteristics and compares them with known profiles to find a closest match. The closest match is its best guess for the identity of the server.
security/nikto-2.1.6 (Score: 0.006468267)
Web and CGI vulnerability scanner with SSL support
Nikto is an Open Source (GPL) web server scanner which performs comprehensive tests against web servers for multiple items, including over 6100 potentially dangerous files/CGIs, checks for outdated versions of over 950 servers, and version specific problems on over 260 servers. It also checks for server configuration items such as the presence of multiple index files, HTTP server options, and will attempt to identify installed web servers and software. Scan items and plugins are frequently updated and can be automatically updated. It uses Rain Forest Puppy's LibWhisker (wiretrip.net) for HTTP functionality, and can perform checks in HTTP or HTTPS. It also supports basic port scanning and will determine if a web server is running on any open ports. Nikto is written by Chris Sullo and David Lodge.
security/slowaes-0.1.a1 (Score: 0.006468267)
Implementation of AES in pure Python
Implementation of AES in pure Python. As such it will be slow (hence the project name) but still useful when faster ones are not available (for example, for JavaScript clients in browsers, and Python servers on Google App Engine).