2011-01-12 00:18:40 +00:00
|
|
|
require 'msf/core/post/common'
|
|
|
|
require 'msf/core/post/windows/eventlog'
|
|
|
|
require 'msf/core/post/windows/priv'
|
|
|
|
|
2010-05-02 00:09:01 +00:00
|
|
|
module Msf
|
|
|
|
module Scripts
|
|
|
|
module Meterpreter
|
|
|
|
module Common
|
|
|
|
|
2011-06-21 00:38:04 +00:00
|
|
|
include Msf::Post::Windows::Priv
|
|
|
|
include Msf::Post::Windows::Eventlog
|
2011-01-12 00:18:40 +00:00
|
|
|
include Msf::Post::Common
|
2010-05-02 00:09:01 +00:00
|
|
|
|
|
|
|
end
|
|
|
|
end
|
|
|
|
end
|
2011-01-17 20:53:57 +00:00
|
|
|
end
|
2010-05-02 00:09:01 +00:00
|
|
|
|