Skip to content

Commit 75bbd1c

Browse files
committed
Being slightly more clear on Browser Not Supported
With this and the rest of sinn3r's fixes, it looks like we can close the Redmine bug. [FixRM rapid7#7242]
1 parent d77ab9d commit 75bbd1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/exploits/windows/browser/ie_execcommand_uaf.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@ def on_request_uri(cli, request)
333333

334334
# Avoid the attack if the victim doesn't have the same setup we're targeting
335335
if my_target.nil?
336-
print_error("Browser not supported: #{agent.to_s}")
336+
print_error("Browser not supported, sending a 404: #{agent.to_s}")
337337
send_not_found(cli)
338338
return
339339
end

0 commit comments

Comments
 (0)