honeydctl命令

# honeydctl 
Honeyd 1.5c Management Console
Copyright (c) 2004 Niels Provos.  All rights reserved.
See LICENSE for licensing information.
Up for 15 seconds.
0C 0P honeydctl>
> list template //查看模版
   1. 192.168.254.131 (Linux 2.4.20)
   2. linux (Linux 2.4.20)

> list template linux //查看模版信息
template linux:
  personality: Linux 2.4.20
  ethernet address: 00:c0:4f:64:64:7c
  IP id: 0
  TCP seq: 0
  TCP drop: in: 0 syn: 0
  refcnt: 1
  ports:
    tcp    21 open
    tcp    23 open
        /home/book/honeyd-1.5c/scripts/test.sh

> list template "192.168.254.131" 
template 192.168.254.131:
  personality: Linux 2.4.20
  ethernet address: 00:c0:4f:29:d7:96
  IP id: 0
  TCP seq: 0
  TCP drop: in: 0 syn: 0
  refcnt: 1
  ports:
    tcp    21 open
    tcp    23 open
        /home/book/honeyd-1.5c/scripts/test.sh

> delete linux //关闭模版
> create ubuntu //创建模版
> list template
   1. 192.168.254.131 (Linux 2.4.20)
   2. linux (Linux 2.4.20)
   3. ubuntu (undefined)

> set ubuntu personality "Linux 2.4.20" //指纹设置
> list template
   1. 192.168.254.131 (Linux 2.4.20)
   2. linux (Linux 2.4.20)
   3. ubuntu (Linux 2.4.20)

> add ubuntu tcp port 21 open      //打开端口
> list template ubuntu
template ubuntu:
  personality: Linux 2.4.20
  IP id: 0
  TCP seq: 0
  TCP drop: in: 0 syn: 0
  refcnt: 1
  ports:
    tcp    21 open
原文地址:https://www.cnblogs.com/zhangxuechao/p/11709437.html