OSCP Learning Notes - Enumeration(4)


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

  • FTP
  • SNMP
  • SMTP


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM