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
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.

2005-10-21 10:49
0.0.8

Interligação com outros caches proxies HTTP e agora é possível através de uma directiva nova configuração, "cache_peer". A directiva "direct_connect foi adicionado para tolerância a falhas. O motor HTTP foi acelerada através da utilização do N-algoritmo Árvore, reconhecimento Fast foi implementado para cabeçalhos HTTP.
Tags: Major feature enhancements
Interconnection with other HTTP caches and proxies
is now possible via a new configuration directive,
"cache_peer". The "direct_connect" directive was
added for fault tolerance. The HTTP engine was
accelerated via the use of the N-Tree algorithm,
Fast reconnaissance has been implemented for HTTP
headers.

2005-10-19 17:11
0.0.7

Esta versão oferece dois novos recursos: Domain Branco-configuração da lista e filtro BLOCK_SIZE. BLOCK_SIZE O filtro fornece a capacidade de controlar o tráfego de entrada e de saída para tipos MIME desejado com base no tamanho da mensagem HTTP. A configuração de controle pode ser diferente para o tráfego de entrada e de saída. Este monitoramento é realizado com duas técnicas independentes: "HTTP verificação cabeçalho" e "controlar o fluxo de HTTP". Além disso, o filtro de arquitetura de software de gestão tem sido limpos.
Tags: Major feature enhancements
This release provides two new features: Domain
White-List configuration and BLOCK_SIZE filter.
The BLOCK_SIZE filter provides the ability to
control incoming and outgoing traffic for desired
MIME types based on HTTP message size. The control
configuration can be different for incoming and
outgoing traffic. This monitoring is performed
with two independent techniques: "HTTP header
checking" and "HTTP flow tracking". Moreover, the
filter management software architecture has been
cleaned up.

2005-10-16 16:24
0.0.6

Esta versão limpa e aumenta o motor web. O lexer HTTP e analisador de ter sido limpo e melhorado. É melhor manter viva-processamento foi desenvolvida para acelerar a transição do fluxo HTTP. Antispyd agora é testado com o Valgrind.
Tags: Major feature enhancements
This release cleans up and enhances the Web
engine. The HTTP lexer and parser have been
cleaned up and improved. Better keep-alive
processing has been developed to speed up HTTP
flow transition. Antispyd is now tested with
valgrind.

2005-10-14 10:06
0.0.5

O algoritmo de URL correspondência via N-pé da árvore foi implementado e aumenta drasticamente a eficiência do filtro de URL. Correspondentes para o filtro de URL, agora é possível usar um arquivo contendo uma lista de URLs a partida, como previsto no urlblacklist.com. O servidor usa agora um pré-forked ouvir arquitetura de processo para aumentar a eficiência. A diretiva de configuração foi adicionado para especificar o número de processos de pré-garfo.
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