diff options
author | adrianp <adrianp@pkgsrc.org> | 2006-02-19 17:23:18 +0000 |
---|---|---|
committer | adrianp <adrianp@pkgsrc.org> | 2006-02-19 17:23:18 +0000 |
commit | 2a6da31dbfabb35139a341c31df12dac86ec089d (patch) | |
tree | 4fdb05524cbcda8ac2d8b05168b71976291c34c3 /security/honeyd/PLIST | |
parent | fab9822dbb3474a5cbc8d8ad82c07e060c185a26 (diff) | |
download | pkgsrc-2a6da31dbfabb35139a341c31df12dac86ec089d.tar.gz |
Update to honeyd 1.5
New features include:
* Statistics Collector: A daemon that can process netflow-like information
exported by several Honeyd instances and do computations on the data - see
live data.
* Improved Subsystems: Improved support for subsystems permits running more
complicated UNIX applications like mwcollect as a subsystem for Honeyd.
* Proxy and SMTP subsystems: Example subsystems to simulate open proxies and
mail relays. These subsystems are written with performance in mind and have
no problem in keeping up with a busy network.
Bugfixes include:
A bug in Honeyd's IP reassembly code allows adversaries to remotely fingerprint
honeypots. Thanks to Jon Oberheide for finding the bug; see adv.2006-01 for
more information
Diffstat (limited to 'security/honeyd/PLIST')
-rw-r--r-- | security/honeyd/PLIST | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/security/honeyd/PLIST b/security/honeyd/PLIST index 35367a2b26e..1cebb2a11af 100644 --- a/security/honeyd/PLIST +++ b/security/honeyd/PLIST @@ -1,6 +1,7 @@ -@comment $NetBSD: PLIST,v 1.5 2005/05/02 20:34:04 reed Exp $ +@comment $NetBSD: PLIST,v 1.6 2006/02/19 17:23:18 adrianp Exp $ bin/honeyd bin/honeydctl +bin/honeydstats include/honeyd/debug.h include/honeyd/hooks.h include/honeyd/plugins.h @@ -14,6 +15,8 @@ share/examples/honeyd/config.sample share/examples/honeyd/nmap.assoc share/examples/honeyd/nmap.prints share/examples/honeyd/pf.os +share/examples/honeyd/proxy +share/examples/honeyd/smtp share/examples/honeyd/webserver/htdocs/config.py share/examples/honeyd/webserver/htdocs/graphs/traffic_daily.gif share/examples/honeyd/webserver/htdocs/graphs/traffic_hourly.gif |