Skip to content

Commit 3075c56

Browse files
committed
Fix "response HTML" message
In modules/exploits/multi/browser/firefox_xpi_bootstrapped_addon.rb.
1 parent f3494d9 commit 3075c56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)