Tidyup includes
parent
5fa0eb32a9
commit
d2fa7d84a9
|
@ -6,19 +6,16 @@
|
||||||
##
|
##
|
||||||
|
|
||||||
require 'msf/core'
|
require 'msf/core'
|
||||||
require 'msf/core/post/common'
|
|
||||||
require 'msf/core/exploit/exe'
|
require 'msf/core/exploit/exe'
|
||||||
require 'msf/core/post/file'
|
|
||||||
require 'msf/core/post/windows/priv'
|
|
||||||
|
|
||||||
class Metasploit3 < Msf::Exploit::Local
|
class Metasploit3 < Msf::Exploit::Local
|
||||||
Rank = ExcellentRanking
|
Rank = ExcellentRanking
|
||||||
|
|
||||||
include Post::Common
|
|
||||||
include Exploit::EXE
|
include Exploit::EXE
|
||||||
|
include Exploit::FileDropper
|
||||||
|
include Post::Common
|
||||||
include Post::File
|
include Post::File
|
||||||
include Post::Windows::Priv
|
include Post::Windows::Priv
|
||||||
include Exploit::FileDropper
|
|
||||||
|
|
||||||
def initialize(info={})
|
def initialize(info={})
|
||||||
super( update_info( info,
|
super( update_info( info,
|
||||||
|
|
Loading…
Reference in New Issue