Fix load order issues (again)

This is getting annoying.  Some day we'll have autoload and never have
to deal with this.
unstable
James Lee 2012-08-10 13:52:54 -06:00
parent 9c0703f488
commit 67cdea1788
1 changed files with 3 additions and 1 deletions

View File

@ -12,14 +12,16 @@
require 'msf/core'
require 'rex'
require 'msf/core/post/windows/services'
require 'msf/core/post/common'
require 'msf/core/post/file'
class Metasploit3 < Msf::Exploit::Local
Rank = ExcellentRanking
include Post::Common
include Post::Windows::WindowsServices
include Exploit::EXE
include Post::File
include Post::Common
def initialize(info={})
super( update_info( info,