theHarvester, Email and user names finder.


theHarvester is a tool for gathering e-mail accounts and user names from different public sources. It's a really simple tool, but very effective.

The sources supported are:
  • Google - emails
  • MSN search - emails
  • Pgp servers - emails
  • Linkedin - user names
Some examples:

Searching emails accounts for the domain microsoft.com, it will work with the first 500 google results:
./theharvester.py -d microsoft.com -l 500 -b google
Searching emails accounts for the domain microsoft.com in a PGP server, here it's not necessary to specify the limit.
./theharvester.py -d microsoft.com -b pgp
Searching for user names that works in the company microsoft, we use google as search engine, so we need to specify the limit of results we want to use:
./theharvester.py -d microsoft -l 200 -b linkedin

Downloads

  • theHarvester 1.4 - Tar (23/02/2008)

Changelog

Subdomainer 1.4

  • Fixed msn and yahoo search engines.
  • Valid User-Agent
  • Linkedin support
  • Pgp servers support