• 概述:

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

    1. 端口扫描

    2. whois主机IP和域名信息

    3. 从Netcraft.com获取主机信息

    4. 子域名

    5. 域名中包含的邮件地址

    尽管这些信息可以在Kali中通过多种工具获取,但是使用DMitry可以将收集的信息保存在一个文件中,方便查看。

  • 参数:

  • 常用:
  •  获取 whois ,ip,主机信息,子域名,电子邮件

    子域名和电子邮箱依赖谷歌搜索,没有FQ的可能比较蛋疼一点,可以只用 -win参数

    dnt@Kali:~$ dmitry -winse cnblogs.com

    Deepmagic Information Gathering Tool

    "There be some deep magic going on"

    ERROR: Unable to locate Host IP addr. for cnblogs.com

    Continuing with limited modules

    HostIP:

    HostName:cnblogs.com

    Gathered Inic-whois information for cnblogs.com

    ---------------------------------

    Domain Name: CNBLOGS.COM

    Registrar: 35 TECHNOLOGY CO., LTD

    Sponsoring Registrar IANA ID: 1316

    Whois Server: whois.35.com

    Referral URL: http://www.35.com

    Name Server: NS3.DNSV4.COM

    Name Server: NS4.DNSV4.COM

    Status: clientDeleteProhibited http://www.icann.org/epp#clientDeleteProhibited

    Status: clientTransferProhibited http://www.icann.org/epp#clientTransferProhibited

    Updated Date: 12-nov-2014

    Creation Date: 12-nov-2003

    Expiration Date: 12-nov-2021

    >>> Last update of whois database: Thu, 24 Dec 2015 15:40:29 GMT <<<

    For more information on Whois status codes, please visit

    https://www.icann.org/resources/pages/epp-status-codes-2014-06-16-en.

    NOTICE: The expiration date displayed in this record is the date the

    regi in

    ist Z L Dry ris l

    currently set to expire. This date does not necessarily reflect the expiration

    date of the domain name registrant's agreement with the sponsoring

    registrar. Users may consult the sponsoring registrar's Whois database to

    view the registrar's reported date of expiration for this registration.

    TERMS OF USE: You are not authorized to access or query our Whois

    database through the use of electronic processes that are high-volume and

    gis ter dom Z ai Z N n names or

    modify existing registrations; the Data in VeriSign Global Registry

    Services' ("VeriSign") Whois database is provided by VeriSign for

    information purposes only, and to assist persons in obtaining information

    about or related to a domain name registration record. VeriSign does not

    guarantee its accuracy. By submitting a Whois query, you agree to abide

    by the following terms of use: You agree that you may use this Data only

    wi ll you Z us Z N e th

    is cesData

    to: (1) allow, enable, or otherwise support the transmission of mass

    unsolicited, commercial advertising or solicitations via e-mail, telephone,

    or facsimile; or (2) enable high volume, automated, electronic processes

    that apply to VeriSign (or its computer systems). The compilation,

    repackaging, dissemination or other use of this Data is expressly

    prohibited without the prior written consent of VeriSign. You agree not to

    to acce Z N ss or

    query the Whois database except as reasonably necessary to register

    domain names or modify existing registrations. VeriSign reserves the right

    to restrict your access to the Whois database in its sole discretion to ensure

    operational stability. VeriSign may restrict or terminate your access to the

    Whois database for failure to abide by these terms of use. VeriSign

    reserves the right to modify these terms at any time.

    Theoma

    ins and

    Registrars.

    Gathered Netcraft information for cnblogs.com

    ---------------------------------

    Retrieving Netcraft.com information for cnblogs.com

    Netcraft.com Information gathered

    Gathered Subdomain information for cnblogs.com

    ---------------------------------

    Searching Google.com:80...

    …………………………………

  • 扫描网站端口(这个建议使用Nmap)

    dnt@Kali:~$ dmitry -p cnblogs.com -f -b

    Deepmagic Information Gathering Tool

    "There be some deep magic going on"

    HostIP:42.121.252.58

    HostName:cnblogs.com

    Gathered TCP Port information for 42.121.252.58

    ---------------------------------

    Port                State

    1/tcp                filtered

    2/tcp                filtered

    3/tcp                filtered

    4/tcp                filtered

    5/tcp                filtered

    6/tcp                filtered

    7/tcp                filtered

    8/tcp                filtered

    9/tcp                filtered

    10/tcp                filtered

    11/tcp                filtered

    12/tcp                filtered

    13/tcp                filtered

    14/tcp                filtered

    15/tcp                filtered

    16/tcp                filtered

    17/tcp                filtered

    18/tcp                filtered

    19/tcp                filtered

    20/tcp                filtered

    21/tcp                filtered

    22/tcp                filtered

    23/tcp                filtered

    24/tcp                filtered

    25/tcp                filtered

    26/tcp                filtered

    27/tcp                filtered

    28/tcp                filtered

    29/tcp                filtered

    30/tcp                filtered

    31/tcp                filtered

    32/tcp                filtered

    33/tcp                filtered

    34/tcp                filtered

    35/tcp                filtered

    36/tcp                filtered

    37/tcp                filtered

    38/tcp                filtered

    39/tcp                filtered

    40/tcp                filtered

    41/tcp                filtered

    42/tcp                filtered

    43/tcp                filtered

    …………………………

★Kali信息收集~★6.Dmitry:汇总收集的更多相关文章

  1. ★Kali信息收集★8.Nmap :端口扫描

    ★Kali信息收集~ 0.Httrack 网站复制机 http://www.cnblogs.com/dunitian/p/5061954.html ★Kali信息收集~ 1.Google Hackin ...

  2. Kali信息收集系列:(都是我以前的笔记整理了一下,就没加水印,习惯就好)

    好几天没发微信公众号了,今天一起发下.(最近有点事情) 前些天老业界的一位朋友问我一些Safe新时代信息收集的问题 逆天虽然好多年不干老本行,但隔段时间都会关注一下 于是就花了点时间整理了一下,你们就 ...

  3. 主机信息收集工具DMitry

    主机信息收集工具DMitry   DMitry是Kali Linux内置的一款信息收集工具.它的目标主要是Web类主机.它不仅通过主动查询.端口扫描方式,还借助第三方网站和搜索引擎获取信息. 它搜集的 ...

  4. A7. JVM 垃圾回收收集器(GC 收集器)

    [概述] 如果说收集算法是内存回收的方法论,那么垃圾收集器就是内存回收的具体实现.Java 虚拟机规范中对垃圾收集器应该如何实现没有任何规定,因此不同的厂商.不同版本的虚拟机所提供的垃圾处理器都可能会 ...

  5. CMS收集器和G1收集器优缺点

    首先要知道 Stop the world的含义(网易面试):不管选择哪种GC算法,stop-the-world都是不可避免的.Stop-the-world意味着从应用中停下来并进入到GC执行过程中去. ...

  6. JVM-如何判断对象存活与否与CMS收集器和G1收集器的区别

    JVM如何判断对象存活? 1.计数器 2.可达性分析   (很多主流语言采用这种方法来判断对象是否存活) 计数器:每当有一个地方引用该对象时,计数器 +1:引用失效则 -1: 优点:实现简单,判定效率 ...

  7. python的位置参数、关键字参数、收集参数,关键字收集参数混合调用问题

    参数混合调用顺序用法: 函数中参数顺序为:普通参数,收集参数,关键字参数,关键字收集参数,其顺序不能颠倒,颠倒会报错. 普通参数.关键字参数可以有n个,对量没有具体要求,收集参数和关键字收集参数要么没 ...

  8. CMS收集器和G1收集器 他们的优缺点对比 G1只有并发标记才不会stop-the-world 其他都会停下来(阿里多次问到)

    CMS收集算法 参考:图解 CMS 垃圾回收机制原理,-阿里面试题 G1收集算法 参考:G1 垃圾收集器入门 首先要知道 Stop the world的含义(网易面试):不管选择哪种GC算法,stop ...

  9. Kali信息收集

    前言 渗透测试最重要的阶段之一就是信息收集,需要收集关于目标主机的基本细腻些.渗透测试人员得到的信息越多,渗透测试成功的概率也就越高. 一.枚举服务 1.1 DNS枚举工具DNSenum DNSenu ...

随机推荐

  1. 多线程爬坑之路-学习多线程需要来了解哪些东西?(concurrent并发包的数据结构和线程池,Locks锁,Atomic原子类)

    前言:刚学习了一段机器学习,最近需要重构一个java项目,又赶过来看java.大多是线程代码,没办法,那时候总觉得多线程是个很难的部分很少用到,所以一直没下决定去啃,那些年留下的坑,总是得自己跳进去填 ...

  2. 【探索】利用 canvas 实现数据压缩

    前言 HTTP 支持 GZip 压缩,可节省不少传输资源.但遗憾的是,只有下载才有,上传并不支持.如果上传也能压缩,那就完美了.特别适合大量文本提交的场合,比如博客园,就是很好的例子. 虽然标准不支持 ...

  3. ASP.NET Core HTTP 管道中的那些事儿

    前言 马上2016年就要过去了,时间可是真快啊. 上次写完 Identity 系列之后,反响还不错,所以本来打算写一个 ASP.NET Core 中间件系列的,但是中间遇到了很多事情.首先是 NPOI ...

  4. 让姑姑不再划拳 码农也要有原则 : SOLID via C#

    “姑娘,别这样.我们是有原则的.” “一个有原则的程序猿是不会写出 “摧毁地球” 这样的程序的,他们会写一个函数叫 “摧毁行星”而把地球当一个参数传进去.” “对,是时候和那些只会滚键盘的麻瓜不同了, ...

  5. C语言 · 薪水计算

    问题描述 编写一个程序,计算员工的周薪.薪水的计算是以小时为单位,如果在一周的时间内,员工工作的时间不超过40 个小时,那么他/她的总收入等于工作时间乘以每小时的薪水.如果员工工作的时间在40 到50 ...

  6. 来吧,HTML5之基础标签(上)

    什么是html5 HTML 5 是下一代的 HTML.HTML5 仍处于完善之中.然而,大部分现代浏览器已经具备了某些 HTML5 支持. 学习过程中标签的理解 <a>标签  定义超链接, ...

  7. 简析服务端通过GT导入SHP至PG的方法

    文章版权由作者李晓晖和博客园共有,若转载请于明显处标明出处:http://www.cnblogs.com/naaoveGIS/ 1.背景 项目中需要在浏览器端直接上传SHP后服务端进行数据的自动入PG ...

  8. 【手把手】JavaWeb 入门级项目实战 -- 文章发布系统 (第十二节)

    好的,那么在上一节中呢,评论功能的后台已经写好了,这一节,先把这部分后台代码和前台对接一下. 1.评论功能实现 我们修改一下保存评论按钮的点击事件,用jQuery的方式获取文本框中的值,然后通过aja ...

  9. MySQL 优化之 ICP (index condition pushdown:索引条件下推)

    ICP技术是在MySQL5.6中引入的一种索引优化技术.它能减少在使用 二级索引 过滤where条件时的回表次数 和 减少MySQL server层和引擎层的交互次数.在索引组织表中,使用二级索引进行 ...

  10. KVM安装部署

    KVM安装部署 公司开始部署KVM,KVM的全称是kernel base virtual machine,对KVM虚拟化技术研究了一段时间, KVM是基于硬件的完全虚拟化,跟vmware.xen.hy ...