Land #3575, nessus_xmlrpc_ping service state fix

bug/bundler_fix
William Vu 2014-07-28 12:55:36 -05:00
commit d85b081809
No known key found for this signature in database
GPG Key ID: E761DCB4C1629024
1 changed files with 1 additions and 1 deletions

View File

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