Files
metasploit-gs/lib/msf/scripts/meterpreter/registry.rb
T

16 lines
184 B
Ruby
Raw Normal View History

# -*- coding: binary -*-
require 'msf/core/post/windows/registry'
2010-05-07 02:38:22 +00:00
module Msf
module Scripts
module Meterpreter
module Common
include ::Msf::Post::Windows::Registry
2010-05-07 02:38:22 +00:00
end
end
end
end