mirror of
https://github.com/nmap/nmap.git
synced 2025-12-16 04:39:03 +00:00
New script, https-redirect
This commit is contained in:
@@ -69,7 +69,7 @@ the server is vulnerable.
|
||||
author = "Claudiu Perta <claudiu.perta@gmail.com>"
|
||||
license = "Same as Nmap--See https://nmap.org/book/man-legal.html"
|
||||
categories = { "vuln", "safe" }
|
||||
|
||||
dependencies = {"https-redirect"}
|
||||
|
||||
portrule = function(host, port)
|
||||
return shortport.ssl(host, port) or sslcert.getPrepareTLSWithoutReconnect(port)
|
||||
|
||||
Reference in New Issue
Block a user