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
  • 相关阅读:
    BZOJ 3514 Codechef MARCH14 GERALD07加强版
    WT
    Codeforces 348
    POI 2010
    Codeforces 336
    MVC实例及用三层架构实现对学生信息的增删改查
    欠拟合和过拟合
    线性回归案例
    梯度下降法介绍
    线性回归的损失函数和梯度下降
  • 原文地址:https://www.cnblogs.com/zhangxuechao/p/11709437.html
Copyright © 2011-2022 走看看