Skip to content

Commit d85b081

Browse files
committed
Land rapid7#3575, nessus_xmlrpc_ping service state fix
2 parents 79fe342 + 7129108 commit d85b081

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/auxiliary/scanner/nessus/nessus_xmlrpc_ping.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ def run_host(ip)
6666
:port => datastore['RPORT'],
6767
:name => "nessus-xmlrpc",
6868
:info => 'Nessus XMLRPC',
69-
:state => 'UP'
69+
:state => 'open'
7070
)
7171
else
7272
vprint_error("Wrong HTTP Server header: #{res.headers['Server'] || ''}")

0 commit comments

Comments
 (0)