Force on_request_exploit override

bug/bundler_fix
sinn3r 2013-11-04 12:54:52 -06:00
parent e83f4e5120
commit 23e5a9f048
1 changed files with 1 additions and 0 deletions

View File

@ -381,6 +381,7 @@ module Msf
# @param browser_info [Hash] The target profile # @param browser_info [Hash] The target profile
# #
def on_request_exploit(cli, request, browser_info) def on_request_exploit(cli, request, browser_info)
raise NoMethodError, "Module must define its own on_request_exploit method"
end end
# #