1
0
mirror of https://github.com/nmap/nmap.git synced 2026-02-10 07:26:34 +00:00

Fix for backorifice-info.nse, setting the port.state as "open"

This commit is contained in:
gorjan
2011-05-08 16:37:41 +00:00
parent 20afe4519e
commit 242b483cf9

View File

@@ -250,6 +250,7 @@ local function insert_version_info(host,port,BOversion,BOhostname,initial_seed,p
port.version.hostname = BOhostname
if(port.version.ostype == nil) then port.version.ostype = "Windows" end
nmap.set_port_version(host, port, "hardmatched")
nmap.set_port_state(host, port, "open")
end
action = function( host, port )