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

New, broader portrule for SSH scripts. Closes #1825

This commit is contained in:
dmiller
2020-01-10 05:32:08 +00:00
parent 922199296c
commit f974b625d2
9 changed files with 40 additions and 7 deletions

View File

@@ -139,7 +139,7 @@ license = "Same as Nmap--See https://nmap.org/book/man-legal.html"
categories = {"safe","default","discovery"}
portrule = shortport.port_or_service(22, "ssh")
portrule = shortport.ssh
postrule = function() return (nmap.registry.sshhostkey ~= nil) end