15 lines
143 B
Ruby
15 lines
143 B
Ruby
# -*- coding: binary -*-
|
|
|
|
module Msf
|
|
module Scripts
|
|
module Meterpreter
|
|
module Common
|
|
|
|
include ::Msf::Post::Windows::Services
|
|
|
|
end
|
|
end
|
|
end
|
|
end
|
|
|