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.
sslh 可以在同一个端口上接受 HTTPS 和 SSH 连接。这使得通过 443 端口连接 SSH 服务器
(比如,从防火墙后面连入),同时又不影响那个端口上的 HTTPS 服务成为可能。
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.
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.
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
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).
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.
"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.
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.
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).