diff --git a/README b/README index 5bffcd02..91e772b4 100644 --- a/README +++ b/README @@ -70,6 +70,12 @@ Dependencies: ------------ -Requests library (http://docs.python-requests.org/en/latest/) +Changelog in 2.5a: +------------------ +-Added Yahoo and Baidu search engines. Thanks Tatanus! +-Added check for the existence of Requests library. +-Fixed email regex to provide cleaner results. Thanks Peter McAlpine + Changelog in 2.5: ----------------- -Replaced httplib by Requests http library (for Google related) diff --git a/theHarvester.py b/theHarvester.py index 0f50636c..afa1937c 100644 --- a/theHarvester.py +++ b/theHarvester.py @@ -17,7 +17,7 @@ print "* | |_| | | | __/ / __ / (_| | | \ V / __/\__ \ || __/ | *" print "* \__|_| |_|\___| \/ /_/ \__,_|_| \_/ \___||___/\__\___|_| *" print "* *" -print "* TheHarvester Ver. 2.5 *" +print "* TheHarvester Ver. 2.5a *" print "* Coded by Christian Martorella *" print "* Edge-Security Research *" print "* cmartorella@edge-security.com *" @@ -28,19 +28,9 @@ def usage(): print "Usage: theharvester options \n" print " -d: Domain to search or company name" - print """ -b: data source: - google - googleCSE - bing - bingapi - pgp - linkedin - google-profiles - people123 - jigsaw - twitter - googleplus - all\n""" + print """ -b: data source: google, googleCSE, bing, bingapi, pgp + linkedin, google-profiles, people123, jigsaw, + twitter, googleplus, all\n""" print " -s: Start in result number X (default 0)" print " -v: Verify host name via dns resolution and search for virtual hosts" print " -f: Save the results into an HTML and XML file"