EmailHarvester/README.md
maldevel 47e1e18d9a readme
readme
2016-04-19 13:23:08 +03:00

1.9 KiB

EmailHarvester

  • A tool to retrieve Domain email addresses from Search Engines

This project was inspired by:

Requirements

  • Python 3.x
  • termcolor
  • colorama
  • requests

Features

  • Retrieve Domain email addresses from Search Engines
  • Google
  • Bing
  • Yahoo
  • ASK

Download/Installation

Usage

usage: EmailHarvester.py [-h] [-d DOMAIN] [-s FILE] [-e ENGINE] [-l LIMIT]

 _____                   _  _   _   _                                _
|  ___|                 (_)| | | | | |                              | |
| |__  _ __ ___    __ _  _ | | | |_| |  __ _  _ __ __   __ ___  ___ | |_  ___  _ __
|  __|| '_ ` _ \  / _` || || | |  _  | / _` || '__|\ \ / // _ \/ __|| __|/ _ \| '__|
| |___| | | | | || (_| || || | | | | || (_| || |    \ V /|  __/\__ \| |_|  __/| |
\____/|_| |_| |_| \__,_||_||_| \_| |_/ \__,_||_|     \_/  \___||___/ \__|\___||_|

    A tool to retrieve Domain email addresses from Search Engines | @maldevel
                                 Version: 1.0

optional arguments:
  -h, --help            show this help message and exit
  -d DOMAIN, --domain DOMAIN
                        Domain to search.
  -s FILE, --save FILE  Save the results into a TXT and XML file.
  -e ENGINE, --engine ENGINE
                        Select search engine(google, bing, yahoo, ask, all).
  -l LIMIT, --limit LIMIT
                        Limit the number of results.

Examples

Search in Google

  • ./EmailHarvester.py -d example.com -e google

Search in all engines

  • ./EmailHarvester.py -d example.com -e all

Limit results

  • ./EmailHarvester.py -d example.com -e all -l 200