zoukankan      html  css  js  c++  java
  • 【Kail 学习笔记】kali信息搜集工具之Dmitry

    DMitry(Deepmagic Information Gathering Tool)是一个一体化的信息收集工具。它可以用来收集以下信息:

    根据IP(或域名)来查询目标主机的Whois信息
    在Netcraft.com的网站上挖掘主机信息
    查找目标域中用的子域
    查找目标域的电子邮件地址
    探测目标主机上打开的端口、被屏蔽的端口和关闭的端口

    root@kali:~# dmitry -h
    Deepmagic Information Gathering Tool
    "There be some deep magic going on"

    dmitry: invalid option -- 'h'
    Usage: dmitry [-winsepfb] [-t 0-9] [-o %host.txt] host
          -o Save output to %host.txt or to file specified by -o file                                         //将输出保存到%host.txt或由-o文件指定的文件
          -i Perform a whois lookup on the IP address of a host                                           //对主机的IP地址执行whois查找
          -w Perform a whois lookup on the domain name of a host                                    //对主机的域名执行whois查找
          -n Retrieve Netcraft.com information on a host                                                        //在主机上检索Netcraft.com信息
          -s Perform a search for possible subdomains                                                          //执行搜索可能的子域
          -e Perform a search for possible email addresses                                                  //执行搜索可能的电子邮件地址
          -p Perform a TCP port scan on a host                                                                       //在主机上执行TCP端口扫描
        * -f Perform a TCP port scan on a host showing output reporting filtered ports    //在显示输出报告过滤端口的主机上执行TCP端口扫描
        * -b Read in the banner received from the scanned port                                          //读取从扫描端口接收的banner
        * -t 0-9 Set the TTL in seconds when scanning a TCP port ( Default 2 )               //0-9扫描TCP端口时设置TTL(默认为2)
        * Requires the -p flagged to be passed                                                                      //需要-p标记才能传递

    dmitry -iwnse example.com

  • 相关阅读:
    关于DOM事件操作
    js 去掉字符串前后空格
    oracle创建表索引
    导入Excel -- 套路及代码分析
    漫谈五种IO模型(主讲IO多路复用)
    Reactor模式
    jvm
    Python入门学习资料推荐
    ConcurrentHashMap & Hashtable
    分布式系统的接口幂等性设计
  • 原文地址:https://www.cnblogs.com/cnsec/p/12032388.html
Copyright © 2011-2022 走看看