Skip to content

Commit f3494d9

Browse files
committed
Correct grammar in BES
1 parent a13cd2b commit f3494d9

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
@@ -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

0 commit comments

Comments
 (0)