-
-
Notifications
You must be signed in to change notification settings - Fork 2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Changelog for 2.7 and Banner version
- Loading branch information
Showing
2 changed files
with
8 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
* | |_| | | | __/ / __ / (_| | | \ V / __/\__ \ || __/ | * | ||
* \__|_| |_|\___| \/ /_/ \__,_|_| \_/ \___||___/\__\___|_| * | ||
* * | ||
* TheHarvester Ver. 2.6 * | ||
* TheHarvester Ver. 2.7 * | ||
* Coded by Christian Martorella * | ||
* Edge-Security Research * | ||
* [email protected] * | ||
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 "* [email protected] *" | ||
|