theHarvester.py needs an Update (1.4b currently included : 1.6 available)
Forum Post re: theHarvester
Seems 1.4b is packaged in /pentest/enumeration/google/theharvester
Version 1.6 is available, with fixes and improvements.
Edge-Security - theHarvester- Information Gathering
Re: theHarvester.py needs an Update (1.4b currently included : 1.6 available)
Update your box. We already updated that but it has moved to a new location
root@bt:~# cd /pentest/enumeration/theharvester/
root@bt:/pentest/enumeration/theharvester# ./theHarvester.py
*************************************
*TheHarvester Ver. 1.6 *
*Coded by Christian Martorella *
*Edge-Security Research *
*cmartorella@edge-security.com *
*************************************
Usage: theharvester options
-d: domain to search or company name
-b: data source (google,bing,pgp,linkedin)
-s: start in result number X (default 0)
-v: verify host name via dns resolution
-l: limit the number of results to work with(bing goes from 50 to 50 results,
google 100 to 100, and pgp does'nt use this option)
Examples:./theharvester.py -d microsoft.com -l 500 -b google
./theharvester.py -d microsoft.com -b pgp
./theharvester.py -d microsoft -l 200 -b linkedin
Re: theHarvester.py needs an Update (1.4b currently included : 1.6 available)