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-26 19:43 Back to release list
0.0.9

Esta versión proporciona una mejora importante de la firma basada en el motor de filtrado (el filtro BLOCK_SIGN) tanto en términos de rendimiento y funcionalidad. Las firmas se guardan ahora en un 3-Tree para mejorar la adecuación de cada mensaje HTTP. Este filtro se puede realizar sobre el contenido de cada mensaje de HTTP. Una firma puede utilizar la matriz hexadecimal de un byte para especificar el valor de un campo.
Tags: Major feature enhancements
This release provides a major improvement of the signature based filtering engine (the BLOCK_SIGN filter) in terms of both performance and functionality. The signatures are now stored in a 3-Tree to enhance the matching of each HTTP message. This filtering can be performed on each HTTP message's content. A signature can use the hexadecimal array of a byte to specify a field's value.

Project Resources