1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-06 04:31:29 +00:00

Update more source links to https

This commit is contained in:
dmiller
2017-01-14 15:30:31 +00:00
parent ad6f790773
commit 784207214a
13 changed files with 18 additions and 18 deletions

View File

@@ -831,7 +831,7 @@ o Integrated all of your service/version detection fingerprints submitted from
[Daniel Miller] [Daniel Miller]
o [NSE] Added 10 NSE scripts from 5 authors, bringing the total up to 509! 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): (authors are listed in brackets):
+ knx-gateway-discover and knx-gateway-info scripts gather information from + knx-gateway-discover and knx-gateway-info scripts gather information from

View File

@@ -1,7 +1,7 @@
# THIS FILE IS GENERATED AUTOMATICALLY FROM A MASTER - DO NOT EDIT. # THIS FILE IS GENERATED AUTOMATICALLY FROM A MASTER - DO NOT EDIT.
# EDIT /nmap-private-dev/nmap-services-all IN SVN INSTEAD. # EDIT /nmap-private-dev/nmap-services-all IN SVN INSTEAD.
# Well known service port numbers -*- mode: fundamental; -*- # 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 $ # $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 # This collection of service data is (C) 1996-2011 by Insecure.Com
# LLC. It is distributed under the Nmap Open Source license as # LLC. It is distributed under the Nmap Open Source license as
# provided in the COPYING file of the source distribution or at # 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 # requires you to license your own work under a compatable open source
# license. If you wish to embed Nmap technology into proprietary # license. If you wish to embed Nmap technology into proprietary
# software, we sell alternative licenses (contact sales@insecure.com). # software, we sell alternative licenses (contact sales@insecure.com).
# Dozens of software vendors already license Nmap technology such as # Dozens of software vendors already license Nmap technology such as
# host discovery, port scanning, OS detection, and version detection. # 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 # Fields in this file are: Service name, portnum/protocol, open-frequency, optional comments
# #

View File

@@ -1,7 +1,7 @@
--- ---
-- Utility functions for sending MLD requests and parsing reports. -- 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 bin = require "bin"
local nmap = require "nmap" local nmap = require "nmap"

View File

@@ -55,11 +55,11 @@ found for CICS transaction IDs.
-- 2015-11-14 - v0.2 - rewrote iterator -- 2015-11-14 - v0.2 - rewrote iterator
-- --
-- @author Philip Young -- @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" 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"} categories = {"intrusive", "brute"}
portrule = shortport.port_or_service({23,992}, "tn3270") portrule = shortport.port_or_service({23,992}, "tn3270")

View File

@@ -38,11 +38,11 @@ CICS User ID enumeration script for the CESL/CESN Login screen.
-- 2016-12-19 - v0.2 - Added RACF support -- 2016-12-19 - v0.2 - Added RACF support
-- --
-- @author Philip Young -- @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" 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"} categories = {"intrusive", "brute"}
portrule = shortport.port_or_service({23,992}, "tn3270") portrule = shortport.port_or_service({23,992}, "tn3270")

View File

@@ -48,7 +48,7 @@ http://digitalbond.com
--<elem key="brandId">vykon</elem> --<elem key="brandId">vykon</elem>
author = "Stephen Hilt (Digital Bond)" 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"} categories = {"discovery", "version"}

View File

@@ -24,7 +24,7 @@ Performs brute force password auditing against IPMI RPC server.
-- --
author = "Claudiu Perta" 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"} categories = {"intrusive", "brute"}
portrule = shortport.port_or_service(623, "asf-rmcp", "udp", {"open", "open|filtered"}) portrule = shortport.port_or_service(623, "asf-rmcp", "udp", {"open", "open|filtered"})

View File

@@ -40,7 +40,7 @@ description = [[
-- --
author = "Claudiu Perta <claudiu.perta@gmail.com>" author = "Claudiu Perta <claudiu.perta@gmail.com>"
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"} categories = {"vuln", "safe"}
portrule = shortport.port_or_service(623, "asf-rmcp", "udp", {"open", "open|filtered"}) portrule = shortport.port_or_service(623, "asf-rmcp", "udp", {"open", "open|filtered"})

View File

@@ -47,7 +47,7 @@ description = [[
-- --
author = "Claudiu Perta <claudiu.perta@gmail.com>" author = "Claudiu Perta <claudiu.perta@gmail.com>"
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"} categories = {"discovery", "safe"}
portrule = shortport.version_port_or_service(623, "asf-rmcp", "udp", {"open", "open|filtered"}) portrule = shortport.version_port_or_service(623, "asf-rmcp", "udp", {"open", "open|filtered"})

View File

@@ -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 -- 2016-03-22 - v0.1 - created by Soldier of Fortran
author = "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"} categories = {"intrusive", "brute"}
portrule = shortport.port_or_service({175,2252}, "nje") portrule = shortport.port_or_service({175,2252}, "nje")

View File

@@ -35,7 +35,7 @@ http://digitalbond.com
--<elem key="Firmware Time">09:39:02</elem> --<elem key="Firmware Time">09:39:02</elem>
author = "Stephen Hilt (Digital Bond)" 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"} categories = {"discovery"}
portrule = shortport.port_or_service(1962, "pcworx", "tcp") portrule = shortport.port_or_service(1962, "pcworx", "tcp")

View File

@@ -45,11 +45,11 @@ TSO user IDs have the following rules:
-- 2015-10-29 - v0.1 - created by Soldier of Fortran -- 2015-10-29 - v0.1 - created by Soldier of Fortran
-- --
-- @author Philip Young -- @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" 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"} categories = {"intrusive"}
portrule = shortport.port_or_service({23,992,623}, {"tn3270"}) portrule = shortport.port_or_service({23,992,623}, {"tn3270"})

View File

@@ -58,7 +58,7 @@ TSO user IDs have the following rules:
author = "Philip Young aka Soldier of Fortran" 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"} categories = {"intrusive", "brute"}
portrule = shortport.port_or_service({23,992,623}, {"tn3270"}) portrule = shortport.port_or_service({23,992,623}, {"tn3270"})