博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
使用recon/domains-hosts/baidu_site模块,枚举baidu网站的子域
阅读量:6619 次
发布时间:2019-06-25

本文共 3162 字,大约阅读时间需要 10 分钟。

hot3.png

使用recon/domains-hosts/baidu_site模块,枚举baidu网站的子域

【实例3-1使用recon/domains-hosts/baidu_site模块,枚举baidu网站的子域。具体操作步骤如下所示:本文选自Kail Linux渗透测试实训手册

1)使用recon/domains-hosts/baidu_site模块。执行命令如下所示:

  • [recon-ng][default] > use recon/domains-hosts/baidu_site

2)查看该模块下可配置选项参数。执行命令如下所示:

  • [recon-ng][default][baidu_site] > show options

  •   Name      Current Value       Req     Description

  •   --------------  ----------------------    ---------  -------------------------------------------------------

  •   SOURCE     default            yes      source of input (see 'show info' for details)

  • [recon-ng][default][baidu_site] >

从输出的信息中,可以看到有一个选项需要配置。

3)配置SOURCE选项参数。执行命令如下所示:

  • [recon-ng][default][baidu_site] > set SOURCE baidu.com

  • SOURCE => baidu.com

从输出的信息中,可以看到SOURCE选项参数已经设置为baidu.com,本文选自Kail Linux渗透测试实训手册

4)启动信息收集。执行命令如下所示:

  • [recon-ng][default][baidu_site] > run

  • ---------

  • BAIDU.COM

  • ---------

  • [*] URL: http://www.baidu.com/s?pn=0&wd=site%3Abaidu.com

  • [*] map.baidu.com

  • [*] 123.baidu.com

  • [*] jingyan.baidu.com

  • [*] top.baidu.com

  • [*] www.baidu.com

  • [*] hi.baidu.com

  • [*] video.baidu.com

  • [*] pan.baidu.com

  • [*] zhidao.baidu.com

  • [*] Sleeping to avoid lockout...

  • -------

  • SUMMARY

  • -------

  • [*] 9 total (2 new) items found.

从输出的信息中,可以看到找到9个子域。枚举到的所有数据将被连接到Recon-NG放置的数据库中。这时候,用户可以创建一个报告查看被连接的数据。

【实例3-2】查看获取的数据。具体操作步骤如下所示:

1)选择reporting/csv模块,执行命令如下所示:

  • [recon-ng][default] > use reporting/csv

2)创建报告。执行命令如下所示:

  • [recon-ng][default][csv] > run

  • [*] 9 records added to '/root/.recon-ng/workspaces/default/results.csv'.

从输出的信息可以看到,枚举到的9个记录已被添加到/root/.recon-ng/workspaces/default/results.csv文件中。打开该文件,本文选自Kail Linux渗透测试实训手册如图3.1所示。

144409_cbR2_1585857.png

3.1  results.csv文件

3)从该界面可以看到,枚举到的所有子域。

用户也可以使用Dmitry命令,查询关于网站的信息。下面将介绍Dmitry命令的使用。

查看Dmitry命令的帮助信息。执行命令如下所示:

  • root :~# dmitry -h

  • Deepmagic Information Gathering Tool

  • "There be some deep magic going on"

  • dmitry: invalid option -- 'h'

  • Usage: dmitry [-winsepfb] [-t 0-9] [-o %host.txt] host

  •   -o  Save output to %host.txt or to file specified by -o file

  •   -i   Perform a whois lookup on the IP address of a host

  •   -w Perform a whois lookup on the domain name of a host

  •   -n  Retrieve Netcraft.com information on a host

  •   -s  Perform a search for possible subdomains

  •   -e  Perform a search for possible email addresses

  •   -p  Perform a TCP port scan on a host

  • * -f    Perform a TCP port scan on a host showing output reporting filtered ports

  • * -b   Read in the banner received from the scanned port

  • * -t 0-9 Set the TTL in seconds when scanning a TCP port ( Default 2 )

  • *Requires the -p flagged to be passed

以上信息显示了dmitry命令的语法格式和所有可用参数。下面使用dmitry命令的-s选项,查询合理的子域。执行命令如下所示:

  • root :~# dmitry -s google.com

  • Deepmagic Information Gathering Tool

  • "There be some deep magic going on"

  • HostIP:173.194.127.71

  • HostName:google.com

  • Gathered Subdomain information for google.com

  • ---------------------------------

  • Searching Google.com:80...

  • HostName:www.google.com

  • HostIP:173.194.127.51

  • Searching Altavista.com:80...

  • Found 1 possible subdomain(s) for host google.com, Searched 0 pages containing 0 results

  • All scans completed, exiting

从输出的信息中,可以看到搜索到一个子域。该子域名为www.google.comIP地址为173.194.127.51。该命令默认是从google.com网站搜索,如果不能连接google.com网站的话,执行以上命令将会出现Unable to connect: Socket Connect Error错误信息本文选自Kail Linux渗透测试实训手册

转载于:https://my.oschina.net/u/1585857/blog/365501

你可能感兴趣的文章
网工的Linux系统学习历程
查看>>
我们该如何应对AI造假
查看>>
Javassist 使用指南
查看>>
一步步重构容器实现Spring框架——配置文件+反射实现IoC容器(十)
查看>>
分布式锁简单入门以及三种实现方式介绍
查看>>
kuka机器人保养你知道吗?这四个方面必须重点关注
查看>>
Apache Flink SQL概览
查看>>
直播电商系统源码两大重要模块讲解
查看>>
Mdaemon邮件服务器作为Exchange反垃圾网关部署方案
查看>>
SQL单行函数-字符函数
查看>>
帮助Web开发者提高效率的十款Firefox插件
查看>>
SQL 2008评估期已过
查看>>
Python3.5修炼手册8
查看>>
IT行业的精英们,你真的懂如何比较工资吗?
查看>>
ssh 主要配置参数说明
查看>>
vCenter Server 5.1 Required Ports
查看>>
监控cpu负载的脚本
查看>>
awk多文件的处理
查看>>
linux虚拟文件系统浅析
查看>>
Centos7 系统安装
查看>>