使用theHarvester 进行邮箱和子域名的收集

下载地址:https://github.com/laramies/theHarvester

先要安装python的 reqeusts 库


安装pip install reqeusts
mail -d baidu.cn -l 500 -b baidu
mail -d qq.cn -l 500 -b goole

 进行信息收集

原文地址:https://www.cnblogs.com/dongchi/p/4740668.html