mirror of
https://github.com/nmap/nmap.git
synced 2026-08-03 22:29:06 +00:00
Fix for backorifice-info.nse, setting the port.state as "open"
This commit is contained in:
parent
20afe4519e
commit
242b483cf9
1 changed files with 1 additions and 0 deletions
|
|
@ -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 )
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue