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

15 lines
150 B
Ruby

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