Add missing requires and autoload to make browser exploits work again.
git-svn-id: file:///home/svn/framework3/trunk@12590 4d416f70-5f16-0410-b530-b9f4589650daunstable
parent
8bd4f463a6
commit
c9566da399
|
@ -12,6 +12,11 @@ module Exploit::Remote::HttpServer
|
|||
include Msf::Exploit::Remote::TcpServer
|
||||
include Msf::Auxiliary::Report
|
||||
|
||||
require 'rex/exploitation/encryptjs'
|
||||
require 'rex/exploitation/obfuscatejs'
|
||||
require 'rex/exploitation/heaplib'
|
||||
require 'rex/exploitation/javascriptosdetect'
|
||||
|
||||
def initialize(info = {})
|
||||
super
|
||||
|
||||
|
|
|
@ -90,6 +90,7 @@ module Rex
|
|||
|
||||
# Service handling
|
||||
autoload :Service, 'rex/service'
|
||||
autoload :ServiceManager, 'rex/service_manager'
|
||||
|
||||
# Parsers
|
||||
autoload :Parser, 'rex/parser'
|
||||
|
|
Loading…
Reference in New Issue