forked from DataSoft/Honeyd
-
Notifications
You must be signed in to change notification settings - Fork 0
/
honeydctl.1
58 lines (58 loc) · 1.18 KB
/
honeydctl.1
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
52
53
54
55
56
57
58
.\"
.\" Copyright (c) 2004 Niels Provos <[email protected]>
.\"
.Dd March 21, 2004
.Dt HONEYDCTL 1
.Sh NAME
.Nm honeydctl
.Nd Honey Control
.Sh SYNOPSIS
.Nm honeyd
.Op Fl v
.Op Fl t Ar seconds
.Op Ar socket
.Sh DESCRIPTION
.Nm Honeydctl
is used to connect to
.Nm Honeyd's
management console.
.Pp
The options are as follows:
.Bl -tag -width Dssecondss
.It Fl v
Tells
.Nm
to output all conversations.
.It Fl t Ar seconds
Specifies the timeout in seconds when connection to
.Nm Honeyd .
.El
.Pp
Using
.Nm ,
it is possible to dynamically configure
.Nm Honeyd .
All commands that can be specified in a regular
.Nm Honeyd
configuration file, may also be specified on the console.
The tool understand the following additional commands:
.Bl -tag -width listatemplateaa
.It list Op template
Outputs a list of all configured templates.
If a template is specified as argument, specific information
about the template is returned.
The command also matches templates based on wild cards similar
to file system globbing.
.El
.Sh FILES
.Bl -tag -width /var/run/honeyd.sock
.It Pa /var/run/honeyd.pid
The default socket that
.Nm
connects to.
.El
.Sh SEE ALSO
.Xr honeyd 8
.Sh AUTHORS
Niels Provos