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"