Skip to content

Commit b79e99f

Browse files
committed
Land rapid7#4892, "response HTML" message fix
2 parents a13cd2b + 3075c56 commit b79e99f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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
@@ -483,7 +483,7 @@ def on_request_uri(cli, request)
483483
tag = Rex::Text.rand_text_alpha(rand(20) + 5)
484484
ua = request.headers['User-Agent'] || ''
485485
init_profile(tag)
486-
print_status("Sending response HTML.")
486+
print_status("Sending HTML response.")
487487
html = get_detection_html(ua)
488488
send_response(cli, html, {'Set-Cookie' => cookie_header(tag)})
489489

modules/exploits/multi/browser/firefox_xpi_bootstrapped_addon.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ def on_request_uri(cli, request)
5858
send_redirect(cli, "#{get_resource}/")
5959
else
6060
# user has navigated
61-
print_status("Sending response HTML." )
61+
print_status("Sending HTML response." )
6262
send_response_html(cli, generate_html)
6363
end
6464
end

0 commit comments

Comments
 (0)