metasploit-framework/lib/msf/scripts/meterpreter/registry.rb

15 lines
159 B
Ruby

require 'msf/core/post/windows/registry'
module Msf
module Scripts
module Meterpreter
module Common
include ::Msf::Post::Windows::Registry
end
end
end
end