# 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

最新文章

  1. Javascript猜数字游戏
  2. Atitit.rsa密钥生成器的attilax总结
  3. PriorityQueue
  4. java 类从哪个jar包加载的
  5. Moduli number system
  6. build tree
  7. Core Animation系列之CADisplayLink(转)
  8. GPS坐标转换
  9. 毕业回馈-89C51之GPIO使用(流水灯)
  10. HTML+Css让网页自动适应电脑手机屏幕
  11. 2019-2-20Sqlserver数据库中char、varchar、nchar、nvarchar的区别及查询表结构
  12. Fiddler Mock长度变化的response不成功
  13. jenkins maven git windows code 自动部署
  14. Java学习笔记--Cglib动态代理
  15. linux软件管理 源码包
  16. 关于性能(SEO)
  17. jxl和POI的区别
  18. [skill][c] *(char**)
  19. 程序员编程艺术:面试和算法心得-(转 July)
  20. springboot 前后端分离开发 从零到整(一、环境的搭建)

热门文章

  1. 009 webpack将ES高级语法进行装换
  2. JAVA中String空对象的字符串拼接
  3. ubuntu16.04下安装运行PL-SLAM
  4. table 随td固宽
  5. Bootstrap Table 初始化设置
  6. EasyNVR摄像机网页无插件直播方案H5前端构建之:使用BootstrapPagination以分页形式展示数据信息
  7. ssh_exchange_identification: read: Connection reset by peer 解决思路
  8. spring boot 2X中@Scheduled实现定时任务及多线程配置
  9. 【ARM-Linux开发】OpenACC并行编程实战笔记
  10. spark 读写text,csv,json,parquet