Skip to content

Commit 994891e

Browse files
committed
Land rapid7#3383, @wchen-r7's [FixRM rapid7#8804] Fix / URIPATH for BrowserExploitServer
2 parents 217a14e + 1dbe972 commit 994891e

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
@@ -439,7 +439,7 @@ def cookie_header(tag)
439439
#
440440
def on_request_uri(cli, request)
441441
case request.uri
442-
when get_resource.chomp("/")
442+
when '/', get_resource.chomp("/")
443443
#
444444
# This is the information gathering stage
445445
#

0 commit comments

Comments
 (0)