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

OSCP Learning Notes - Enumeration(4)

 

host -t mx zonetransfer.me

 

OSCP Learning Notes - Enumeration(4)

 

host zonetransfer.me

 

OSCP Learning Notes - Enumeration(4)

 

host -l zonetransfer.me nsztmz.digi.ninja

 

OSCP Learning Notes - Enumeration(4)

 

dnsrecon -d zonetransfer.me -t axfr

 

OSCP Learning Notes - Enumeration(4)

 

dnsenum baidu.com

 

OSCP Learning Notes - Enumeration(4)

OSCP Learning Notes - Enumeration(4)

 

Other Enumeration

  • FTP
  • SNMP
  • SMTP
上一篇:tensorflow study HKUST day study notes


下一篇:麦子学院android开发--Android基础--Java语言基础1