I need to download the Google Safe Browsing API url hash list without navigating to the site. The URL is split into sections:
http://sb.google.com/safebrowsing/update?client=api requests the update
&apikey=<your key here> inputs the API key required to access the data
&version=goog-malware-hash
:1:-1 is the list and version to be downloaded.
The format of the webpage is simple text, but I do not know how to download it to a text file via script.
Start Free Trial