Télécharger la liste

Description du projet

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.

Système requise

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 Retour à la liste release
0.0.9

Le présent communiqué constitue une amélioration majeure de la signature à partir du moteur de filtrage (le filtre BLOCK_SIGN) en termes de performance et de fonctionnalité. Les signatures sont maintenant stockées dans un arbre 3-d'améliorer le jumelage de chaque message HTTP. Ce filtrage peut être réalisé sur le contenu de chaque message HTTP. Une signature peut utiliser le tableau hexadécimale d'un octet pour spécifier la valeur d'un champ.
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