From f4b08722886d12b9c0c9445a084b0d5d80cff13a Mon Sep 17 00:00:00 2001 From: dmiller Date: Fri, 21 Aug 2020 19:32:08 +0000 Subject: [PATCH] fix license url: http -> https --- scripts/dicom-brute.nse | 2 +- scripts/dicom-ping.nse | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/dicom-brute.nse b/scripts/dicom-brute.nse index a3d6b9bd2..f6a1d8448 100644 --- a/scripts/dicom-brute.nse +++ b/scripts/dicom-brute.nse @@ -20,7 +20,7 @@ Application Entity Titles (AET) are used to restrict responses only to clients k --- author = "Paulino Calderon " -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 = {"auth", "brute"} local shortport = require "shortport" diff --git a/scripts/dicom-ping.nse b/scripts/dicom-ping.nse index e322ebd87..abd5fe326 100644 --- a/scripts/dicom-ping.nse +++ b/scripts/dicom-ping.nse @@ -37,7 +37,7 @@ For this script we only send the A-ASSOCIATE request and look for the success co --- author = "Paulino Calderon " -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 = {"discovery", "default", "safe", "auth"} local shortport = require "shortport"