Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

5
votes
4answers
2k views

Google Safe Browsing API Code for PHP?

I've looked around but have been unable to find any classes or sample code (in PHP) for the Google safe browsing API. Would you happen to know where I might find it?
4
votes
4answers
1k views

Is there something like the Google Safe Browsing API that is more stable?

The Google Safe Browsing API allows for URLs to be checked against Google's database of malware and phishing domains. However, on the Developer's Guide page, it says that the API is experimental and ...
3
votes
1answer
250 views

Invalid Request in Google Safe-Browsing Lookup API

I am trying to send a request to the Google Safe browsing Lookup API. It asks the user for a for a url for which he wants to do the look up. However there is some problem with the way I am sending the ...
2
votes
1answer
90 views

File not found - Google Safe Browsing Lookup API

I try to make a browser call to https://sb-ssl.google.com/safebrowsing/api/lookup? With and without the API key, etc, but each time and no matter what I do, I get: File not found Firefox can't ...
2
votes
2answers
1k views

java https login and browsing

Hallo! I want to login to an https site on the internet with java and then read some informations. I already looked with firebug to the headers, however i dont manage to make it ... Firebug tells: ...
1
vote
1answer
116 views

How can i use safe-browsing application object to determine whether a url is reported as phishing site or malware site?

Here is code snippet: Components.classes['@mozilla.org/safebrowsing/application;1'] .getService().wrappedJSObject.malwareWarden.listManager_ .safeLookup(test_url, function(tableName){ ...
1
vote
3answers
635 views

How to figure out what site to add to cookie whitelist?

There is a banking site that I cannot login to unless I allow all cookies to be accepted. I am using Firefox 3.0 and I have set it to not accept cookies except from the defined list (Tools - Options - ...
1
vote
2answers
755 views

Code to verify updates from the Google Safe Browsing API

In order to verify the data coming from the Google Safe Browsing API, you can calculate a Message Authentication Code (MAC) for each update. The instructions to do this (from Google) are: The MAC ...
0
votes
2answers
18 views

Why is the xmlhttp.status always 0?

Is it only because of the 'same-origin' policy or is there something inherently wrong with the coding. I'm asking because I'm completely new to js! Any help would be appreciated! <html> ...
0
votes
0answers
49 views

Google Safebrowsing checking JavaScript

Is it possible to extract a website safebrowsing info by javascript? This can be with Google Safe Browsing API, is there any code, or any article?
0
votes
1answer
313 views

Can you use the Google Safe Browsing API without downloading and caching the entire list?

I'm just getting started with the Google Safe Browsing API to verify destination URLs for my URL shortening service http://lin.cr. Do I have to download the entire list of suspicious sites or is there ...
-1
votes
1answer
516 views

Smallest/Fastest Virtual Machine for browsing [closed]

I repurposed my old family computer and installed VirtualBox on Windows. I'm planning to disable IE and instead create a minimal linux VM (possibly Ubuntu server edition) install with a startup script ...