google safe browsing API not work properly.

332 views
Skip to first unread message

Arush Patel

unread,
Nov 8, 2021, 12:07:03 AM11/8/21
to Google Safe Browsing API
hello..

I tried below code for get google safe browsing , but it's show safe for ubsafe website.

def get_google_safe_browsing_status(self):
try:
KEY = "AIzaSyDZ35opkw1sZfe2T8Nri8zepWhXjfbYKNk"
s = SafeBrowsing(KEY)
r = s.lookup_urls([f'{self.url}'])
d = {"google_safe_browsing_status": r}
return d
except:
r = {"success": False}
d = {"google_safe_browsing_status": r}
return d


Please help regarding this

BIDARINE Kawtar

unread,
Nov 18, 2021, 1:32:03 PM11/18/21
to Google Safe Browsing API
Hi, could you check the result of this domain thefosterles.com I always get Malicious: No with the API. Even it Malicious
Reply all
Reply to author
Forward
Message has been deleted
0 new messages