Land #3383, @wchen-r7's [FixRM #8804] Fix / URIPATH for BrowserExploitServer

bug/bundler_fix
jvazquez-r7 2014-05-25 19:51:30 -05:00
commit 994891e9c5
No known key found for this signature in database
GPG Key ID: 38D99152B9352D83
1 changed files with 1 additions and 1 deletions

View File

@ -439,7 +439,7 @@ module Msf
# #
def on_request_uri(cli, request) def on_request_uri(cli, request)
case request.uri case request.uri
when get_resource.chomp("/") when '/', get_resource.chomp("/")
# #
# This is the information gathering stage # This is the information gathering stage
# #