1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49
|
Source: honeyd
Section: net
Priority: optional
Maintainer: Javier Fernandez-Sanguino Pen~a <jfs@computer.org>
Build-Depends: debhelper (>> 3.0.0), libpcap0.8-dev | libpcap-dev, libdumbnet-dev (>> 1.8), libevent-dev, wget, sharutils, flex, bison, libreadline-dev, python2.3-dev | python-dev, zlib1g-dev
Standards-Version: 3.6.1
Package: honeyd
Architecture: any
Depends: ${shlibs:Depends}
Recommends: farpd, honeyd-common
Suggests: iisemulator
Description: Small daemon that creates virtual hosts simulating their services and behaviour
Honeyd is a small daemon that creates virtual hosts on a network. The
hosts can be configured to run arbitrary services, and their TCP
personality can be adapted so that they appear to be running certain
versions of operating systems. Honeyd enables a single host to claim
multiple addresses on a LAN for network simulation. It is possible to ping
the virtual machines, or to traceroute them. Any type of service on the
virtual machine can be simulated according to a simple configuration file.
Instead of simulating a service, it is also possible to proxy it to
another machine.
.
Features:
* Simulates thousands of virtual hosts at the same time.
* Configuration of arbitrary services via simple configuration file:
o Includes proxy connects.
* Simulates operating systems at TCP/IP stack level:
o Fools nmap and xprobe,
o Adjustable fragment reassembly policy,
o Adjustable FIN-scan policy.
* Simulation of arbitrary routing topologies:
o Configurable latency and packet loss.
.
Homepage: http://www.honeyd.org
Package: honeyd-common
Architecture: all
Recommends: honeyd
Description: Honeyd's honeypot documentation and scripts
Honeyd is a small daemon that creates virtual hosts on a network,
including OS fingerprinting personality and simulation of services
that are simulated by scripts.
.
This package provides honeyd's documentation and a number of scripts
useful to simulate services of different UNIX and Windows operating
systems: smtp, pop3, ftp, telnet, web server, ssh...
.
Homepage: http://www.honeyd.org
|