Download List

项目描述

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

此版本提供了基于签名的大型改善过滤引擎(即BLOCK_SIGN过滤性能和功能方面)。现在的签名在3储值树,以提高每个HTTP消息匹配。这种过滤可以执行的每个HTTP消息的内容。签字可以使用一个字节的十六进制数组指定一个字段的值。
标签: 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