Skip to content

Commit 219d003

Browse files
committed
Do print_good to make this important stand up more
1 parent 1992a56 commit 219d003

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/msf/core/exploit/browser_autopwnv2.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -565,8 +565,8 @@ def start_service
565565
srvport = datastore['SRVPORT']
566566
port = datastore['URIPORT'] == 0 ? datastore['SRVPORT'] : datastore['URIPORT']
567567
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}")
568+
print_good("Please use the following URL for the browser attack:")
569+
print_good("BrowserAutoPwn URL: #{service_uri}")
570570
end
571571

572572

0 commit comments

Comments
 (0)