diff --git a/CHANGELOG b/CHANGELOG
index cbad1950e..0f9a40ab3 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -831,7 +831,7 @@ o Integrated all of your service/version detection fingerprints submitted from
[Daniel Miller]
o [NSE] Added 10 NSE scripts from 5 authors, bringing the total up to 509!
- They are all listed at http://nmap.org/nsedoc/, and the summaries are below
+ They are all listed at https://nmap.org/nsedoc/, and the summaries are below
(authors are listed in brackets):
+ knx-gateway-discover and knx-gateway-info scripts gather information from
diff --git a/nmap-services b/nmap-services
index a537312fe..9e6aab899 100644
--- a/nmap-services
+++ b/nmap-services
@@ -1,7 +1,7 @@
# THIS FILE IS GENERATED AUTOMATICALLY FROM A MASTER - DO NOT EDIT.
# EDIT /nmap-private-dev/nmap-services-all IN SVN INSTEAD.
# Well known service port numbers -*- mode: fundamental; -*-
-# From the Nmap Security Scanner ( http://nmap.org )
+# From the Nmap Security Scanner ( https://nmap.org/ )
#
# $Id: nmap-services 9746 2008-08-26 18:45:24Z fyodor $
#
@@ -10,13 +10,13 @@
# This collection of service data is (C) 1996-2011 by Insecure.Com
# LLC. It is distributed under the Nmap Open Source license as
# provided in the COPYING file of the source distribution or at
-# http://nmap.org/data/COPYING . Note that this license
+# https://svn.nmap.org/nmap/COPYING . Note that this license
# requires you to license your own work under a compatable open source
# license. If you wish to embed Nmap technology into proprietary
# software, we sell alternative licenses (contact sales@insecure.com).
# Dozens of software vendors already license Nmap technology such as
# host discovery, port scanning, OS detection, and version detection.
-# For more details, see http://nmap.org/book/man-legal.html
+# For more details, see https://nmap.org/book/man-legal.html
#
# Fields in this file are: Service name, portnum/protocol, open-frequency, optional comments
#
diff --git a/nselib/multicast.lua b/nselib/multicast.lua
index 0aed391e8..aacaffd81 100644
--- a/nselib/multicast.lua
+++ b/nselib/multicast.lua
@@ -1,7 +1,7 @@
---
-- Utility functions for sending MLD requests and parsing reports.
--
--- @copyright Same as Nmap--See http://nmap.org/book/man-legal.html
+-- @copyright Same as Nmap--See https://nmap.org/book/man-legal.html
local bin = require "bin"
local nmap = require "nmap"
diff --git a/scripts/cics-enum.nse b/scripts/cics-enum.nse
index 80d93b342..b46d1eee0 100644
--- a/scripts/cics-enum.nse
+++ b/scripts/cics-enum.nse
@@ -55,11 +55,11 @@ found for CICS transaction IDs.
-- 2015-11-14 - v0.2 - rewrote iterator
--
-- @author Philip Young
--- @copyright Same as Nmap--See http://nmap.org/book/man-legal.html
+-- @copyright Same as Nmap--See https://nmap.org/book/man-legal.html
--
author = "Philip Young aka Soldier of Fortran"
-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 = {"intrusive", "brute"}
portrule = shortport.port_or_service({23,992}, "tn3270")
diff --git a/scripts/cics-user-enum.nse b/scripts/cics-user-enum.nse
index e5e6f19d4..d4666f4b8 100644
--- a/scripts/cics-user-enum.nse
+++ b/scripts/cics-user-enum.nse
@@ -38,11 +38,11 @@ CICS User ID enumeration script for the CESL/CESN Login screen.
-- 2016-12-19 - v0.2 - Added RACF support
--
-- @author Philip Young
--- @copyright Same as Nmap--See http://nmap.org/book/man-legal.html
+-- @copyright Same as Nmap--See https://nmap.org/book/man-legal.html
--
author = "Philip Young aka Soldier of Fortran"
-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 = {"intrusive", "brute"}
portrule = shortport.port_or_service({23,992}, "tn3270")
diff --git a/scripts/fox-info.nse b/scripts/fox-info.nse
index ea28365b7..7455f6ed4 100644
--- a/scripts/fox-info.nse
+++ b/scripts/fox-info.nse
@@ -48,7 +48,7 @@ http://digitalbond.com
--vykon
author = "Stephen Hilt (Digital Bond)"
-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", "version"}
diff --git a/scripts/ipmi-brute.nse b/scripts/ipmi-brute.nse
index cc42cf2f1..e8fc54c3a 100644
--- a/scripts/ipmi-brute.nse
+++ b/scripts/ipmi-brute.nse
@@ -24,7 +24,7 @@ Performs brute force password auditing against IPMI RPC server.
--
author = "Claudiu Perta"
-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 = {"intrusive", "brute"}
portrule = shortport.port_or_service(623, "asf-rmcp", "udp", {"open", "open|filtered"})
diff --git a/scripts/ipmi-cipher-zero.nse b/scripts/ipmi-cipher-zero.nse
index d57ef3639..6c796c37b 100644
--- a/scripts/ipmi-cipher-zero.nse
+++ b/scripts/ipmi-cipher-zero.nse
@@ -40,7 +40,7 @@ description = [[
--
author = "Claudiu Perta "
-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"}
portrule = shortport.port_or_service(623, "asf-rmcp", "udp", {"open", "open|filtered"})
diff --git a/scripts/ipmi-version.nse b/scripts/ipmi-version.nse
index 9d2895763..6e0e062b3 100644
--- a/scripts/ipmi-version.nse
+++ b/scripts/ipmi-version.nse
@@ -47,7 +47,7 @@ description = [[
--
author = "Claudiu Perta "
-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", "safe"}
portrule = shortport.version_port_or_service(623, "asf-rmcp", "udp", {"open", "open|filtered"})
diff --git a/scripts/nje-pass-brute.nse b/scripts/nje-pass-brute.nse
index 5963169e4..906b5cb7e 100644
--- a/scripts/nje-pass-brute.nse
+++ b/scripts/nje-pass-brute.nse
@@ -48,7 +48,7 @@ Most systems only have one password, it is recommended to use the
-- 2016-03-22 - v0.1 - created by Soldier of Fortran
author = "Soldier of Fortran"
-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 = {"intrusive", "brute"}
portrule = shortport.port_or_service({175,2252}, "nje")
diff --git a/scripts/pcworx-info.nse b/scripts/pcworx-info.nse
index 50d55a99c..4b5f7ad7e 100644
--- a/scripts/pcworx-info.nse
+++ b/scripts/pcworx-info.nse
@@ -35,7 +35,7 @@ http://digitalbond.com
--09:39:02
author = "Stephen Hilt (Digital Bond)"
-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"}
portrule = shortport.port_or_service(1962, "pcworx", "tcp")
diff --git a/scripts/tso-brute.nse b/scripts/tso-brute.nse
index 525fbe85a..d7faed45e 100644
--- a/scripts/tso-brute.nse
+++ b/scripts/tso-brute.nse
@@ -45,11 +45,11 @@ TSO user IDs have the following rules:
-- 2015-10-29 - v0.1 - created by Soldier of Fortran
--
-- @author Philip Young
--- @copyright Same as Nmap--See http://nmap.org/book/man-legal.html
+-- @copyright Same as Nmap--See https://nmap.org/book/man-legal.html
--
author = "Soldier of Fortran"
-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 = {"intrusive"}
portrule = shortport.port_or_service({23,992,623}, {"tn3270"})
diff --git a/scripts/tso-enum.nse b/scripts/tso-enum.nse
index ce2520629..6e349a447 100644
--- a/scripts/tso-enum.nse
+++ b/scripts/tso-enum.nse
@@ -58,7 +58,7 @@ TSO user IDs have the following rules:
author = "Philip Young aka Soldier of Fortran"
-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 = {"intrusive", "brute"}
portrule = shortport.port_or_service({23,992,623}, {"tn3270"})