KaliLinux-dmitry使用详解
作者:互联网
文章目录
DMitry简介
Dmityr算是一款比较老的工具,是一个简单的主机信息扫描程序,工作原理是通过whois和netcraft查询主机信息,并且可以进行一些简单的端口扫描域名检测等操作。(缺点:需要链接google)
常用参数
-o 将结果输出保存到%host.txt 或者由 -o文件指定的文件
Save output to %host.txt or to file specified by -o file
-i 对主机的IP地址进行WHOIS查询
Perform a whois lookup on the IP address of a host
-w 对主机的域名进行WHOIS查询
Perform a whois lookup on the domain name of a host
-n 在主机上检索Netcraft.com信息
Retrieve Netcraft.com information on a host
-s 执行搜索可能存在的子瑜
Perform a search for possible subdomains
-e 执行搜索可能存在的电子邮箱
Perform a search for possible email addresses
-p 在主机上执行TCP扫描端口
Perform a TCP port scan on a host
* -f 在显示输出报告过滤端口的主机上执行TCP端口扫描
Perform a TCP port scan on a host showing output reporting filtered ports
* -b 读取从扫描端口中接收到的banner信息
Read in the banner received from the scanned port
* -t 0-9 扫描端口时设置TTL(默认为2)
Set the TTL in seconds when scanning a TCP port ( Default 2 )
*Requires the -p flagged to be passed (带*号的命令需要加上-p标记才能进行传输)
使用实例
dmitry -piwn baidu.com -o /usr/loacal/BAIDU_dns.txt
标签:Perform,主机,端口,TCP,host,详解,KaliLinux,dmitry,port 来源: https://blog.csdn.net/weixin_42250835/article/details/115289830