mirror of
https://github.com/nmap/nmap.git
synced 2026-01-04 21:59:02 +00:00
Fix NSEdoc: wrap lines, fix bulleted lists
This commit is contained in:
@@ -5,9 +5,13 @@ local stdnse = require "stdnse"
|
||||
local string = require "string"
|
||||
|
||||
description = [[
|
||||
Checks if hosts are on Google's blacklist of suspected malware and phishing servers. These lists are constantly updated and are part of Google's Safe Browsing service.
|
||||
Checks if hosts are on Google's blacklist of suspected malware and phishing
|
||||
servers. These lists are constantly updated and are part of Google's Safe
|
||||
Browsing service.
|
||||
|
||||
To do this the script queries the Google's Safe Browsing service and you need to have your own API key to access Google's Safe Browsing Lookup services. Sign up for yours at http://code.google.com/apis/safebrowsing/key_signup.html
|
||||
To do this the script queries the Google's Safe Browsing service and you need
|
||||
to have your own API key to access Google's Safe Browsing Lookup services. Sign
|
||||
up for yours at http://code.google.com/apis/safebrowsing/key_signup.html
|
||||
|
||||
* To learn more about Google's Safe Browsing:
|
||||
http://code.google.com/apis/safebrowsing/
|
||||
|
||||
Reference in New Issue
Block a user