Regarding Google Safe Browsing API
- by Steve
Does anyone know how to use the Google safe browsing API.
I downloaded the entire the malware and phish update from the google safe browsing using the API key and tried comparing the hash of the suspicious site (md5_file method in php) but it did not work. I also tried comparing the hash of the suspicious site's url (md5 method in php).
Am I doing something wrong here?