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

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 ortofile 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 inthe banner received fromthe scanned port //读取从扫描端口接收的banner * -t 0-9 Set the TTL inseconds when scanning a TCP port ( Default 2 ) //0-9扫描TCP端口时设置TTL(默认为2) *Requires the -p flagged to be passed //需要-p标记才能传递

最新文章

  1. SuperMap iClient for JavaScript 新手入门
  2. 项目持续集成环境(jenkins + SVN + maven + tomcat)
  3. JavaScript为select添加option,select选项变化时的处理,获取slelect被选中的值
  4. iOS开发-NSDate使用
  5. EF 存储过程
  6. 对Native App与Web App的一些思考
  7. Is valid identifier?
  8. HDU 5071 Chat(2014鞍山B,模拟)
  9. 【bzoj】1026: [SCOI2009]windy数
  10. TCP 的那些事儿(下)
  11. Hadoop中SequenceFile的使用
  12. 老李推荐:第8章7节《MonkeyRunner源码剖析》MonkeyRunner启动运行过程-小结
  13. P1417 烹调方案 (0/1背包+贪心)
  14. 关于使用jquery对input中type为radio的标签checked属性的增加与移除
  15. [Go] golang缓冲通道实现管理一组goroutine工作
  16. Haproxy官方文档翻译(第二章)配置Haproxy 附英文原文
  17. 解决添加codova plugin 编译出现问题:Execution failed for task ':processDebugManifest'.
  18. 【Android】Android 监听apk安装替换卸载广播
  19. logging 模块 五星知识
  20. python所有基础

热门文章

  1. c语言之——整型的隐式转换与溢出检测
  2. python - django (cookie)
  3. 003_Python3 基本数据类型
  4. leetcode解题报告(17):Missing Number
  5. Centos 7 安装 Haproxy
  6. dashucoding记录2019.6.7
  7. Dubbo的SPI是个什么鬼
  8. MySQL_JDBC_jar包的下载与使用(Windows)
  9. Java 面向对象(十四)
  10. Git放弃修改