Land #11424, change `print_status` to `print_good`

GSoC/Meterpreter_Web_Console
Brendan Coles 2019-02-19 12:35:14 +00:00
commit 2198e9b439
No known key found for this signature in database
GPG Key ID: 3EB700FCFBA899B5
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ class MetasploitModule < Msf::Auxiliary
if rx[:title] != ''
rx_title = Rex::Text.html_decode(rx[:title])
if datastore['SHOW_TITLES']
print_status("[#{target_host}:#{rport}] [C:#{res.code}] [R:#{location_header}] [S:#{server_header}] #{rx_title}")
print_good("[#{target_host}:#{rport}] [C:#{res.code}] [R:#{location_header}] [S:#{server_header}] #{rx_title}")
end
if datastore['STORE_NOTES']
notedata = { code: res.code, port: rport, server: server_header, title: rx_title, redirect: location_header, uri: datastore['TARGETURI'] }