zoukankan      html  css  js  c++  java
  • 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
  • 相关阅读:
    jQuery Deferred和Promise的使用介绍:
    asp.net客户端IP跟踪
    jquery常用的一些方法
    前端音频流播放
    c# Http请求下载二进制流文件
    iView表格行验证问题
    【已解决】Https请求—未能创建 SSL/TLS 安全通道
    安全开发规范
    数据库设计规范
    高性能开发规范
  • 原文地址:https://www.cnblogs.com/zhangxuechao/p/11709437.html
Copyright © 2011-2022 走看看