Fixed status in MSF db for Nessus

bug/bundler_fix
Christopher Truncer 2014-07-28 13:49:24 -04:00
parent 79fe342688
commit 7129108c58
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ class Metasploit3 < Msf::Auxiliary
:port => datastore['RPORT'],
:name => "nessus-xmlrpc",
:info => 'Nessus XMLRPC',
:state => 'UP'
:state => 'open'
)
else
vprint_error("Wrong HTTP Server header: #{res.headers['Server'] || ''}")