Josue87 / MetaFinder

Search for documents in a domain through Search Engines (Google, Bing and Baidu). The objective is to extract metadata
GNU General Public License v3.0
186 stars 32 forks source link

search engines #3

Closed truesamurai closed 3 years ago

truesamurai commented 3 years ago

These are the results I get:

Searching in google [!] google error GoogleCaptcha, Google Captcha detected

Searching in bing [!] bing error HTTP Error 503: Service Unavailable

Searching in baidu [+] Done

So for me only Baidu is working.

Josue87 commented 3 years ago

Hello,

When you make too many automatic requests to the search engines, they don't let you continue. It will work again by changing the output IP, or waiting a while.

Right now it is limited to search 250 files, Google works fine up to that. Bing is still unstable for large searches, I have to check it when I have time.

Josue87 commented 3 years ago

Bing had a problem in the logic and loop output conditions (OR instead of AND). I will check it this week, thanks!