Does anyone know how to use the Google Safe Browsing API.
I downloaded all the malicious and phish updates from a secure Google browser using the API key and tried to compare the hash of a suspicious site (md5_file method in php), but it did not work. I also tried comparing the hash of the suspicious site url (md5 method in php).
Am I doing something wrong here?
felix source
share