68e3691411
git-svn-id: file:///home/svn/framework3/trunk@12990 4d416f70-5f16-0410-b530-b9f4589650da
15 lines
166 B
Ruby
15 lines
166 B
Ruby
require 'msf/core/post/windows/services'
|
|
|
|
module Msf
|
|
module Scripts
|
|
module Meterpreter
|
|
module Common
|
|
|
|
include ::Msf::Post::Windows::WindowsServices
|
|
|
|
end
|
|
end
|
|
end
|
|
end
|
|
|