mirror of
https://github.com/nmap/nmap.git
synced 2026-01-18 12:19:02 +00:00
New script, https-redirect
This commit is contained in:
@@ -37,6 +37,7 @@ author = "Daniel Miller"
|
||||
license = "Same as Nmap--See https://nmap.org/book/man-legal.html"
|
||||
|
||||
categories = {"discovery", "safe", "default"}
|
||||
dependencies = {"https-redirect"}
|
||||
|
||||
portrule = function(host, port)
|
||||
return shortport.ssl(host, port) or sslcert.getPrepareTLSWithoutReconnect(port)
|
||||
|
||||
Reference in New Issue
Block a user