diff --git a/modules/post/windows/manage/pptp_tunnel.rb b/modules/post/windows/manage/pptp_tunnel.rb index 99fe2eacf1..3f0b9af181 100644 --- a/modules/post/windows/manage/pptp_tunnel.rb +++ b/modules/post/windows/manage/pptp_tunnel.rb @@ -5,11 +5,15 @@ # http://metasploit.com/framework/ ## +require 'msf/core/post/common' +require 'msf/core/post/windows/priv' +require 'msf/core/post/windows/registry' + class Metasploit3 < Msf::Post - include Msf::Post::Windows::Priv include Msf::Post::Common include Msf::Post::File + include Msf::Post::Windows::Priv include Msf::Post::Windows::Registry def initialize(info={})