mirror of
https://github.com/nmap/nmap.git
synced 2026-01-06 06:29:03 +00:00
Update more source links to https
This commit is contained in:
@@ -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")
|
||||
|
||||
|
||||
@@ -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")
|
||||
|
||||
|
||||
@@ -48,7 +48,7 @@ http://digitalbond.com
|
||||
--<elem key="brandId">vykon</elem>
|
||||
|
||||
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"}
|
||||
|
||||
|
||||
|
||||
@@ -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"})
|
||||
|
||||
@@ -40,7 +40,7 @@ description = [[
|
||||
--
|
||||
|
||||
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"}
|
||||
|
||||
portrule = shortport.port_or_service(623, "asf-rmcp", "udp", {"open", "open|filtered"})
|
||||
|
||||
@@ -47,7 +47,7 @@ description = [[
|
||||
--
|
||||
|
||||
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"}
|
||||
|
||||
portrule = shortport.version_port_or_service(623, "asf-rmcp", "udp", {"open", "open|filtered"})
|
||||
|
||||
@@ -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")
|
||||
|
||||
@@ -35,7 +35,7 @@ http://digitalbond.com
|
||||
--<elem key="Firmware Time">09:39:02</elem>
|
||||
|
||||
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")
|
||||
|
||||
@@ -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"})
|
||||
|
||||
@@ -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"})
|
||||
|
||||
Reference in New Issue
Block a user