Files
metasploit-gs/lib/msf/scripts/meterpreter/registry.rb
T
Carlos Perez 9399e69425 Updated original mixin files to use the new post mixing
git-svn-id: file:///home/svn/framework3/trunk@11552 4d416f70-5f16-0410-b530-b9f4589650da
2011-01-12 00:18:40 +00:00

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