chrispetrou / WWWE

:droplet: Check your email(s) using popular online services to see if it appears in any data-breach
GNU General Public License v3.0
27 stars 8 forks source link

Google search result inaccurate #3

Open bowditch-c opened 5 years ago

bowditch-c commented 5 years ago

The first check, for searching wether your email appears in google search results, doesn't actually function as intended. It will respond as " ╚══[x] Unfortunately" "appears on google.com search-results. " despite when manually searched not yielding any results.

chrispetrou commented 5 years ago

The way google_search() works, is by googling for the email and if it appears in the results the it reports back to the user. Of course I don't know how google-search engine works in its core so it is indeed possible my implementation to produce false positives in some cases, but so far I haven't managed to reproduce your issue. Need more details...

bowditch-c commented 5 years ago

Screen Shot 2019-08-28 at 2 15 42 pm

This is a possible fix. :)