We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1992a56 commit 219d003Copy full SHA for 219d003
lib/msf/core/exploit/browser_autopwnv2.rb
@@ -565,8 +565,8 @@ def start_service
565
srvport = datastore['SRVPORT']
566
port = datastore['URIPORT'] == 0 ? datastore['SRVPORT'] : datastore['URIPORT']
567
service_uri = "#{proto}://#{srvhost}:#{srvport}#{get_resource}"
568
- print_status("Please use the following URL for the browser attack:")
569
- print_status("BrowserAutoPwn URL: #{service_uri}")
+ print_good("Please use the following URL for the browser attack:")
+ print_good("BrowserAutoPwn URL: #{service_uri}")
570
end
571
572
0 commit comments