Land #2032, @egypt's requires for pptp_tunnel

unstable
jvazquez-r7 2013-06-28 10:35:53 -05:00
commit 1a715bf53e
1 changed files with 5 additions and 1 deletions

View File

@ -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={})