16 lines
199 B
Ruby
16 lines
199 B
Ruby
# -*- coding: binary -*-
|
|
module Msf
|
|
module Scripts
|
|
module Meterpreter
|
|
module Common
|
|
|
|
include Msf::Post::Windows::Priv
|
|
include Msf::Post::Windows::Eventlog
|
|
include Msf::Post::Common
|
|
|
|
end
|
|
end
|
|
end
|
|
end
|
|
|