码迷,mamicode.com
首页 > 系统相关 > 详细

ubuntu进行子域名爆破

时间:2016-12-30 02:32:20      阅读:393      评论:0      收藏:0      [点我收藏+]

标签:python开发   github   dns   系统   get   http   inf   https   帮助命令   

好记性不如烂笔头,此处记录一下,ubuntu进行子域名的爆破。

先记录一个在线的子域名爆破网址,无意中发现,很不错的网址,界面很干净,作者也很用心,很感谢。

https://phpinfo.me/domain/

介绍一下,我在ubuntu上面安装的Sublist3r。

先放GitHub地址,感谢作者。

https://github.com/aboul3la/Sublist3r

安装过程,首先git下来。

git clone https://github.com/aboul3la/Sublist3r.git

因为是用python开发的工具,所以建议的python版本为2.7,接下来安装依赖包。

操作系统:ubuntu 14.04 64位。

32位和64位,经过尝试没区别。。。

sudo apt-get install python-requests python-dnspython python-argparse

 

OK,到这里安装完成。

获取帮助命令为:

python sublist3r.py -h

提醒一句,要找对路径。

 

ubuntu进行子域名爆破

标签:python开发   github   dns   系统   get   http   inf   https   帮助命令   

原文地址:http://www.cnblogs.com/xiangxi/p/6235334.html

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