Fix load order issues (again)
This is getting annoying. Some day we'll have autoload and never have to deal with this.unstable
parent
9c0703f488
commit
67cdea1788
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue