mirror of
https://github.com/nmap/nmap.git
synced 2026-01-01 04:19:02 +00:00
Update http urls for nmap.org to https
This commit is contained in:
@@ -7,7 +7,7 @@ local stdnse = require('stdnse')
|
||||
local table = require('table')
|
||||
local vulns = require('vulns')
|
||||
local have_tls, tls = pcall(require,'tls')
|
||||
assert(have_tls, "This script requires the tls.lua library from http://nmap.org/nsedoc/lib/tls.html")
|
||||
assert(have_tls, "This script requires the tls.lua library from https://nmap.org/nsedoc/lib/tls.html")
|
||||
|
||||
description = [[
|
||||
Detects whether a server is vulnerable to the OpenSSL Heartbleed bug (CVE-2014-0160).
|
||||
@@ -39,7 +39,7 @@ The code is based on the Python script ssltest.py authored by Jared Stafford (js
|
||||
--
|
||||
|
||||
author = "Patrik Karlsson <patrik@cqure.net>"
|
||||
license = "Same as Nmap--See http://nmap.org/book/man-legal.html"
|
||||
license = "Same as Nmap--See https://nmap.org/book/man-legal.html"
|
||||
categories = { "vuln", "safe" }
|
||||
|
||||
local arg_protocols = stdnse.get_script_args(SCRIPT_NAME .. ".protocols") or {'TLSv1.0', 'TLSv1.1', 'TLSv1.2'}
|
||||
|
||||
Reference in New Issue
Block a user