Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Test the return of the Google Safe Browsing API

I am currently implementing the Safe Browsing api on one of my projects.

https://developers.google.com/safe-browsing/v4/lookup-api

The problem is that I don't see how to test the API return in case a malicious site is found.

Because even if the documentation indicates what the API returns in case a result is found and that I can use it for my development, I would like to have a concrete example to present.

I tried to find websites detected by google, but without success.

like image 877
Rapishiny Avatar asked Dec 09 '25 08:12

Rapishiny


1 Answers

https://testsafebrowsing.appspot.com/ contains test links for various scenarios.

like image 95
webspy Avatar answered Dec 12 '25 02:12

webspy