comparison README @ 85:edba50b28190

Update documentation.
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 30 Aug 2009 05:24:26 +0300
parents 532169789f52
children 56b854932103
comparison
equal deleted inserted replaced
84:dceadab0ebc1 85:edba50b28190
14 these connections can be then acted upon in following ways, each 14 these connections can be then acted upon in following ways, each
15 being optional: 15 being optional:
16 16
17 * Insertion (and eventual deletion or "weeding") of Netfilter rules. 17 * Insertion (and eventual deletion or "weeding") of Netfilter rules.
18 * Submitting entry to DroneBL DNSBL service. 18 * Submitting entry to DroneBL DNSBL service.
19 * Gather "evidence" about certain PHP XSS exploit attempts into
20 specified directory. These evidence files include the attempted
21 exploit code (if found) and hosts which have tried to make your
22 server run it.
19 23
20 Additionally Maltfilter can generate status reports (either continuously 24 Additionally Maltfilter can generate status reports (either continuously
21 in daemon mode, or as once-run report), in plaintext and HTML formats 25 in daemon mode, or in run-once report mode), in plaintext and HTML
22 26 formats.
23 Since v0.14, there is also option for gathering "evidence" about certain
24 PHP XSS exploit attempts into specified directory. These evidence files
25 include the attempted exploit code (if found) and hosts which have tried
26 to make your server run it.
27 27
28 28
29 Requirements: 29 Requirements:
30 30
31 - Perl 5.8 or later 31 - Perl 5.8 or later