Skip to content

Commit a1e51ff

Browse files
committed
Land rapid7#7114, Fix typo in browser_exploit_server
the commit.
2 parents 8bd6db8 + 390f693 commit a1e51ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/msf/core/exploit/remote/browser_exploit_server.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -586,7 +586,7 @@ def on_request_uri(cli, request)
586586
vprint_status("Serving exploit to user #{cli.peerhost} with tag #{tag}")
587587
profile = browser_profile[tag]
588588
if profile.nil?
589-
print_status("Browsing visiting directly to the exploit URL is forbidden.")
589+
print_status("Browser visiting directly to the exploit URL is forbidden.")
590590
send_not_found(cli)
591591
elsif profile[:tried] && !datastore['Retries']
592592
print_status("Target #{cli.peerhost} with tag \"#{tag}\" wants to retry the module, not allowed.")

0 commit comments

Comments
 (0)