Updated the readme with changes and UI.
This commit is contained in:
laramies 2015-05-10 23:21:09 +01:00
parent 7e131a0b1d
commit 1a38153714
2 changed files with 10 additions and 14 deletions

6
README
View file

@ -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)

View file

@ -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"