Download List

Descripción del Proyecto

Antispyd is an HTTP/HTTPS threat filtering proxy
server. The main characteristic of this project is
the modularity of his conception. The program is
organized around an HTTP/HTTPS gateway service and
a set of filters that can be enabled or disabled,
and are all configurable with a single
configuration file. Current filters are: URL
filtering, content filtering, content-type
filtering, cookie removal, pop-up removal, shell
code attack blocking, Web traffic anonymizing, and
a signature-based filtering engine. All filtering
is done on the fly, without blocking downloads in
any case. It uses only POSIX primitives and is
built with autotools, and was created with
security in mind.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2005-10-14 10:06 Back to release list
0.0.5

El algoritmo de concordancia de URL a través de N-pie del árbol se ha aplicado y aumenta drásticamente la eficiencia del filtro de URL. Para el filtro de concordancia de URL, ahora es posible utilizar un archivo que contiene una lista de URL para que coincida, según lo dispuesto por urlblacklist.com. El servidor utiliza ahora una pre-horquilla escuchar la arquitectura de procesos para aumentar la eficiencia. Una directiva de configuración ha sido añadida para especificar el número de procesos de pre-tenedor.
Tags: Major feature enhancements
The algorithm of URL matching via N-Tree walking
has been implemented and drastically increases the
efficiency of the URL filter. For the URL matching
filter, it's now possible to use a file containing
a list of URLs to match, as provided by
urlblacklist.com. The server now uses a pre-forked
listen process architecture to increase
efficiency. A configuration directive has been
added to specify the number of processes to
pre-fork.

Project Resources