Download List

Projeto Descrição

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 versão oferece uma grande melhoria da assinatura com mecanismo de filtragem (filtro de BLOCK_SIGN) tanto em termos de desempenho e funcionalidade. As assinaturas são armazenadas em um 3-Tree para melhorar a adequação de cada mensagem HTTP. Esta filtragem pode ser realizada sobre o conteúdo de cada mensagem HTTP. A assinatura pode usar a matriz hexadecimal de um byte para especificar o valor de um 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