码迷,mamicode.com
首页 > 其他好文 > 详细

子域名收集

时间:2019-12-31 21:38:53      阅读:422      评论:0      收藏:0      [点我收藏+]

标签:over   sub   tps   clone   显示   ssl   dom   ssl证书   txt   

一、谷歌语法

通过特定站点范围查询子域:site:qq.com

二、在线爆破

在线枚举爆破:http://phpinfo.me/domain/

三、证书搜索
 
基于SSL证书查询子域:https://crt.sh/

四、DNS搜索

基于DNS记录查询子域:https://dns.bufferover.run/dns?q=

 

使用github下载相应的子域发现工具
git clone https://github.com/aboul3la/Sublist3r

一、 安装模块
sudo pip install -r requirements.txt

二、 枚举目标子域

python sublist3r.py -d aqlab.cn

三、枚举子域并且显示开放80和443端口的子域

python sublist3r.py -d aqlab.cn -p 80,443

四、枚举目标子域并保存
Python shublist3r.py -d aqlab.cn -o aqlab.txt

 

通过目标站点的用户事件找到子域以及敏感信息


一、历史漏洞

乌云镜像: http://www.anquan.us/

二、使用手册、通知

学院通知:https://dwz.cn/OOWeYYy6

子域名收集

标签:over   sub   tps   clone   显示   ssl   dom   ssl证书   txt   

原文地址:https://www.cnblogs.com/ahacker15/p/12127307.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!