Add in missing require

Reverse_https handler needs to specifically require reverse_http in
order to ensure that the Msf::Handler::ReverseHttp mixin is available at
run time.
This commit is contained in:
Tod Beardsley 2012-08-25 15:43:27 -04:00
parent 638d9d1095
commit d4cccda8e1
1 changed files with 1 additions and 0 deletions

View File

@ -1,6 +1,7 @@
# -*- coding: binary -*-
require 'rex/io/stream_abstraction'
require 'rex/sync/ref'
require 'msf/core/handler/reverse_http'
module Msf
module Handler