diff --git a/README b/README index b62c0ed9ed0..581ca05bf94 100644 --- a/README +++ b/README @@ -5,7 +5,7 @@ * | |_| | | | __/ / __ / (_| | | \ V / __/\__ \ || __/ | * * \__|_| |_|\___| \/ /_/ \__,_|_| \_/ \___||___/\__\___|_| * * * -* TheHarvester Ver. 2.6 * +* TheHarvester Ver. 2.7 * * Coded by Christian Martorella * * Edge-Security Research * * cmartorella@edge-security.com * @@ -74,10 +74,15 @@ Dependencies: -Requests library (http://docs.python-requests.org/en/latest/) `pip install requests` +Changelog in 2.7: +------------------ +-Fixed email parser for cleaner results. Thanks Th4nat0s +-Improved XML exporting file format +-Removed 123people +-Fixed Bing cookies order Changelog in 2.6: ------------------ --Fixed email parser for cleaner results. Thanks Th4nat0s -Added Yahoo and Baidu search engines. Thanks to Tatanus -Added check for the existence of Requests library. -Fixed email regex to provide cleaner results. Thanks to Peter McAlpine diff --git a/theHarvester.py b/theHarvester.py index 0fc7ee60542..85bfa414c5e 100644 --- a/theHarvester.py +++ b/theHarvester.py @@ -25,7 +25,7 @@ print "* | |_| | | | __/ / __ / (_| | | \ V / __/\__ \ || __/ | *" print "* \__|_| |_|\___| \/ /_/ \__,_|_| \_/ \___||___/\__\___|_| *" print "* *" -print "* TheHarvester Ver. 2.6 *" +print "* TheHarvester Ver. 2.7 *" print "* Coded by Christian Martorella *" print "* Edge-Security Research *" print "* cmartorella@edge-security.com *"