forked from DataSoft/Honeyd
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontrol
More file actions
51 lines (49 loc) · 2.37 KB
/
control
File metadata and controls
51 lines (49 loc) · 2.37 KB
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
50
51
Source: honeyd
Section: net
Priority: optional
Maintainer: Ubuntu Developers <[email protected]>
XSBC-Original-Maintainer: Javier Fernandez-Sanguino Pen~a <[email protected]>
Build-Depends: debhelper (>> 5.0.0), automake, libevent-dev, libpcap-dev, libdumbnet-dev (>> 1.8), libevent-dev, wget, sharutils, flex, bison, libreadline5-dev | libreadline-dev, python-support (>= 0.5.3), zlib1g-dev, libpcre3-dev, rrdtool
Standards-Version: 3.8.0
Homepage: http://www.honeyd.org
Package: honeyd
Architecture: any
Depends: adduser (>= 3.52), ${shlibs:Depends}, ${python:Depends}, ${misc:Depends}
XB-Python-Version: ${python:Versions}
Recommends: farpd, honeyd-common, rrdtool
Suggests: iisemulator
Homepage: http://www.honeyd.org
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.
Package: honeyd-common
Architecture: all
Recommends: honeyd
Depends: ${misc:Depends}
Homepage: http://www.honeyd.org
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...