mirror of
https://github.com/nmap/nmap.git
synced 2025-12-07 13:11:28 +00:00
New script, https-redirect
This commit is contained in:
@@ -30,6 +30,7 @@ correctly.
|
||||
author = "Daniel Miller"
|
||||
license = "Same as Nmap--See https://nmap.org/book/man-legal.html"
|
||||
categories = {"version"}
|
||||
dependencies = {"https-redirect"}
|
||||
|
||||
portrule = function(host, port)
|
||||
return (shortport.http(host,port) and nmap.version_intensity() >= 7)
|
||||
|
||||
Reference in New Issue
Block a user