OSCP Learning Notes - Enumeration(4)

时间:2019-06-23 14:12:57   收藏:0   阅读:142

DNS Enumeration

1. Host Tool

host is a simple utility for performing DNS lookups. It is normally used to convert names to IP addresses and vice versa. When no arguments or options are given, host prints a short summary of its
command line arguments and options.

host -t ns zonetransfer.me

技术分享图片

 

host -t mx zonetransfer.me

 

技术分享图片

 

host zonetransfer.me

 

技术分享图片

 

host -l zonetransfer.me nsztmz.digi.ninja

 

技术分享图片

 

dnsrecon -d zonetransfer.me -t axfr

 

技术分享图片

 

dnsenum baidu.com

 

技术分享图片

技术分享图片

 

Other Enumeration

原文:https://www.cnblogs.com/keepmoving1113/p/11072524.html

评论(0
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!