DMitry ----- 信息收集工具

来源:互联网 发布:贾斯汀比伯 知乎 编辑:程序博客网 时间:2024/05/16 18:56

DMitry能够收集关于主机的尽可能多的信息。 基本功能能够收集可能的子域,电子邮件地址,正常运行时间信息,tcp端口扫描,whois查找等。

Usage: dmitry [-winsepfb] [-t 0-9] [-o %host.txt] host  -o     Save output to %host.txt or to file specified by -o file  //保存结果为txt或者指定的文件  -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 )  //设置扫描TCP端口的TTl默认为2*Requires the -p flagged to be passed  //带*需要 -p选项

Example:

这里写图片描述

PS:最好通过VPN进行访问

0 0
原创粉丝点击