From f158e421fa654a8295b8d4a6ee8421426d95524a Mon Sep 17 00:00:00 2001 From: James Lee Date: Fri, 28 Jun 2013 10:07:52 -0500 Subject: [PATCH] Add requires for pptp_tunnel --- modules/post/windows/manage/pptp_tunnel.rb | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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={})