mirror of
https://github.com/laramies/theHarvester.git
synced 2024-11-10 17:13:07 +08:00
2.5a
Updated the readme with changes and UI.
This commit is contained in:
parent
7e131a0b1d
commit
1a38153714
2 changed files with 10 additions and 14 deletions
6
README
6
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)
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue