This tool is intended to help Penetration testers in the early stages of the penetration test in order to understand the customer footprint on the Internet. It is also useful for anyone that wants to know what an attacker can see about their organization.
Step 1 :
sudo apt-get install subversion
sudo -sH
cd /opt
svn checkout http://theharvester.googlecode.com/svn/trunk/ theharvester
cd /opt/theharvester
Step 2 :
To run it.
sudo -sH
cd /opt/theharvester
python theharvester.py -d microsoft.com -l 500 -b google
That's all! See you.