From 242b483cf967bb86046e20f54c73d22f2c1abd2d Mon Sep 17 00:00:00 2001 From: gorjan Date: Sun, 8 May 2011 16:37:41 +0000 Subject: [PATCH] Fix for backorifice-info.nse, setting the port.state as "open" --- scripts/backorifice-info.nse | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/backorifice-info.nse b/scripts/backorifice-info.nse index eb42e9e65..143bd2330 100644 --- a/scripts/backorifice-info.nse +++ b/scripts/backorifice-info.nse @@ -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 )