From 59d9e31ab2c0cde7d830b81d4130d0a967d22ef8 Mon Sep 17 00:00:00 2001 From: dmiller Date: Mon, 29 Aug 2016 20:30:23 +0000 Subject: [PATCH] Update some urls to https --- scripts/broadcast-sonicwall-discover.nse | 2 +- scripts/clamav-exec.nse | 2 +- scripts/http-apache-server-status.nse | 2 +- scripts/http-aspnet-debug.nse | 2 +- scripts/http-internal-ip-disclosure.nse | 2 +- scripts/http-mcmp.nse | 2 +- scripts/http-vuln-cve2013-6786.nse | 2 +- scripts/http-vuln-cve2014-3704.nse | 2 +- scripts/imap-ntlm-info.nse | 2 +- scripts/ipv6-multicast-mld-list.nse | 2 +- scripts/ms-sql-ntlm-info.nse | 2 +- scripts/nje-node-brute.nse | 2 +- scripts/smtp-ntlm-info.nse | 2 +- scripts/ssl-dh-params.nse | 2 +- 14 files changed, 14 insertions(+), 14 deletions(-) diff --git a/scripts/broadcast-sonicwall-discover.nse b/scripts/broadcast-sonicwall-discover.nse index 6b5b9546e..4bdd5b821 100644 --- a/scripts/broadcast-sonicwall-discover.nse +++ b/scripts/broadcast-sonicwall-discover.nse @@ -32,7 +32,7 @@ References: -- (default: 1s) author = "Raphael Hoegger" -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 = {"broadcast", "safe"} diff --git a/scripts/clamav-exec.nse b/scripts/clamav-exec.nse index 5b386eaa6..85a3ea14d 100644 --- a/scripts/clamav-exec.nse +++ b/scripts/clamav-exec.nse @@ -79,7 +79,7 @@ Reference: --- 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 = {"exploit", "vuln"} portrule = shortport.port_or_service{3310, "clam"} diff --git a/scripts/http-apache-server-status.nse b/scripts/http-apache-server-status.nse index 752d2d5b9..fd9259ba9 100644 --- a/scripts/http-apache-server-status.nse +++ b/scripts/http-apache-server-status.nse @@ -45,7 +45,7 @@ References: -- author = "Eric Gershman" -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 = function(host, port) diff --git a/scripts/http-aspnet-debug.nse b/scripts/http-aspnet-debug.nse index 07e9ecfd0..e836670f0 100644 --- a/scripts/http-aspnet-debug.nse +++ b/scripts/http-aspnet-debug.nse @@ -28,7 +28,7 @@ application debugging configuration. --- author = "Josh Amishav-Zlatin" -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", "discovery" } portrule = shortport.http diff --git a/scripts/http-internal-ip-disclosure.nse b/scripts/http-internal-ip-disclosure.nse index 6b1101770..816ccdd65 100644 --- a/scripts/http-internal-ip-disclosure.nse +++ b/scripts/http-internal-ip-disclosure.nse @@ -28,7 +28,7 @@ versions of Microsoft IIS, but affects other web servers as well. --- author = "Josh Amishav-Zlatin" -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", "discovery", "safe" } portrule = shortport.http diff --git a/scripts/http-mcmp.nse b/scripts/http-mcmp.nse index 7bba6d3ac..55e4655a2 100644 --- a/scripts/http-mcmp.nse +++ b/scripts/http-mcmp.nse @@ -29,7 +29,7 @@ References: -- balancer: [1] Name: seta-cluster-jboss Sticky: 1 [JSESSIONID]/[jsessionid] remove: 0 force: 0 Timeout: 0 maxAttempts: 1 node: [1:1],Balancer: seta-cluster-jboss,JVMRoute: sv-seta-sas-jb1,LBGroup: [],Host: 10.20.98.38,Port: 8009,Type: ajp,flushpackets: 0,flushwait: 10,ping: 10,smax: 2,ttl: 60,timeout: 0 node: [2:2],Balancer: seta-cluster-jboss,JVMRoute: sv-seta-sas-jb2,LBGroup: [],Host: 10.20.98.39,Port: 8009,Type: ajp,flushpackets: 0,flushwait: 10,ping: 10,smax: 2,ttl: 60,timeout: 0 host: 1 [example.com] vhost: 1 node: 1 host: 2 [localhost] vhost: 1 node: 1 host: 3 [default-host] vhost: 1 node: 1 host: 4 [example.com] vhost: 1 node: 2 host: 5 [localhost] vhost: 1 node: 2 host: 6 [default-host] vhost: 1 node: 2 context: 1 [/cgs] vhost: 1 node: 1 status: 1 context: 2 [/RequisicaoSeta] vhost: 1 node: 1 status: 1 context: 3 [/prodex-ensaio] vhost: 1 node: 1 status: 1 context: 4 [/gestordeacessos] vhost: 1 node: 1 status: 1 author = "Frank Spierings" -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 = {"safe", "discovery"} local stdnse = require "stdnse" diff --git a/scripts/http-vuln-cve2013-6786.nse b/scripts/http-vuln-cve2013-6786.nse index 5d7d791dc..0d4e6b7e3 100644 --- a/scripts/http-vuln-cve2013-6786.nse +++ b/scripts/http-vuln-cve2013-6786.nse @@ -29,7 +29,7 @@ other software may be vulnerable in the same way. --- author = "Vlatko Kosturjak " -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 = {"exploit","vuln"} local http = require "http" diff --git a/scripts/http-vuln-cve2014-3704.nse b/scripts/http-vuln-cve2014-3704.nse index 7539974d8..4a5f99f23 100644 --- a/scripts/http-vuln-cve2014-3704.nse +++ b/scripts/http-vuln-cve2014-3704.nse @@ -66,7 +66,7 @@ Exploitation technique used to achieve RCE on the target is based on exploit/mul --- author = "Mariusz Ziulek " -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", "intrusive", "exploit"} portrule = shortport.http diff --git a/scripts/imap-ntlm-info.nse b/scripts/imap-ntlm-info.nse index cc721ef91..b61b1491f 100644 --- a/scripts/imap-ntlm-info.nse +++ b/scripts/imap-ntlm-info.nse @@ -46,7 +46,7 @@ information to include NetBIOS, DNS, and OS build version. author = "Justin Cacak" -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 = {"default", "discovery", "safe"} diff --git a/scripts/ipv6-multicast-mld-list.nse b/scripts/ipv6-multicast-mld-list.nse index fff4eb42f..204fa3ea8 100644 --- a/scripts/ipv6-multicast-mld-list.nse +++ b/scripts/ipv6-multicast-mld-list.nse @@ -60,7 +60,7 @@ Multicast Address Space Registry have their descriptions listed. -- author = {"alegen", "Daniel Miller"} -license = "Same as Nmap--See http://nmap.org/book/man-legal.html" +license = "Same as Nmap--See https://nmap.org/book/man-legal.html" -- Technically multicast, not broadcast categories = {"broadcast", "discovery"} diff --git a/scripts/ms-sql-ntlm-info.nse b/scripts/ms-sql-ntlm-info.nse index 52bfd370f..4ede2b71f 100644 --- a/scripts/ms-sql-ntlm-info.nse +++ b/scripts/ms-sql-ntlm-info.nse @@ -44,7 +44,7 @@ disclosing information to include NetBIOS, DNS, and OS build version. author = "Justin Cacak" -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 = {"default", "discovery", "safe"} portrule = shortport.port_or_service(1433, "ms-sql-s") diff --git a/scripts/nje-node-brute.nse b/scripts/nje-node-brute.nse index 4fe010c99..90da97f2e 100644 --- a/scripts/nje-node-brute.nse +++ b/scripts/nje-node-brute.nse @@ -64,7 +64,7 @@ Since most systems will only have one node name, it is recommended to use the -- 2015-06-15 - 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/smtp-ntlm-info.nse b/scripts/smtp-ntlm-info.nse index d16fd440c..29ae3f3f8 100644 --- a/scripts/smtp-ntlm-info.nse +++ b/scripts/smtp-ntlm-info.nse @@ -45,7 +45,7 @@ information to include NetBIOS, DNS, and OS build version. author = "Justin Cacak" -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 = {"default", "discovery", "safe"} diff --git a/scripts/ssl-dh-params.nse b/scripts/ssl-dh-params.nse index 3cf0f74cf..ada7fb041 100644 --- a/scripts/ssl-dh-params.nse +++ b/scripts/ssl-dh-params.nse @@ -90,7 +90,7 @@ Opportunistic STARTTLS sessions are established on services that support them. -- |_ http://www2.esentire.com/TLSUnjammedWP author = "Jacob Gajek" -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"}