信息收集:使用dnsrecon进行子域名爆破

dnsrecon

  • kali工具
  • 可以进行域名爆破

步骤

  • 创建字典:vim dns.dic ,写入字典
  • 输入dnsrecon -d badu.com -D /tmp/1901/dic/dns.dic -t brt
  • 其中,字典一定要是绝对路径
  • -d表示domain,-D表示路径名 -t表示爆破方法type

Type of enumeration to perform. std: SOA, NS, A, AAAA, MX and SRV. rvl: Reverse lookup of a given CIDR or IP range. brt: Brute force domains and hosts using a given dictionary. srv: SRV records. axfr: Test all NS servers for a zone transfer. bing: Perform Bing search for subdomains and hosts. yand: Perform Yandex search for subdomains and hosts. crt: Perform crt.sh search for subdomains and hosts. snoop:
Perform cache snooping against all NS servers for a given domain, testing all with file containing the domains, file given with -D option. tld: Remove the TLD of given domain and test against all TLDs registered in IANA. zonewalk: Perform a DNSSEC zone walk using NSEC records.

在这里插入图片描述
在这里插入图片描述

posted @ 2021-08-11 11:45  Zeker62  阅读(304)  评论(0编辑  收藏  举报