refer to:
https://github.com/laramies/theHarvester/blob/master/README.md
Caution:
记得在大陆外部的服务器上运行 run from HK or other server otherwise you will get errors.
需要很多的内存。 ( 60+ mb 每个进程)
需要使用http_proxy, https_proxy , 否则速度会特别慢
每天运行第一次的时候,会得到完整的 email信息,后面的就得不到了(估计跟对应的安全网站的限流有关,每天最多500次。)
需要设置好 一个完整的配置文件。
require these keys:
setup
https://github.com/laramies/theHarvester/wiki/Installation#api-keys
comes with Kali.
config
in Kali, edit /etc/theHarvester/api-keys.yaml
when registering...
usage
theHarvest -d your_domain.com --source all
installation: from source
Python3.7+ and have pip>=20.3
1. from source code (recommanded )
git clone https://github.com/laramies/theHarvester.git
cd theHarvester
python3 -m pip install -r requirements/base.txt
2. from docker 不要了。 不好用
3. from kali 不要了。不好用