xyz0308 / theharvester

Automatically exported from code.google.com/p/theharvester
GNU General Public License v2.0
1 stars 0 forks source link

exalead not in list of search engines #13

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. enter any search that is solely based on exalead, e.g. ./theHarvester.py -d 
www.wikipedia.org -b exalead

What is the expected output? What do you see instead?
I should get a valid search, instead I get this:

Invalid search engine, try with: bing, google, linkedin, pgp, exalead, jigsaw, 
bing_api, people123, google-profiles

What version of the product are you using? On what operating system?
Mac OS X 10.6: Version 2.2a

Please provide any additional information below.
I tracked the error at line 89 of theHarvester.py: the list is not complete, 
"exalead" is not listed. When fixing this in my version, it all runs smoothly. 
Also yandex is in the list, but currently unsupported, maybe exclude it for now?

Original issue reported on code.google.com by instantl...@gmail.com on 6 Oct 2013 at 1:43