From e52ebd602feeffbbf35646f4705fcd5e2d2d2416 Mon Sep 17 00:00:00 2001 From: chao-mu Date: Sun, 4 Dec 2011 15:26:43 -0500 Subject: [PATCH] Encorporating patch submitted by Boris Lukashev to fix issue 6012 (Post module enable rdp broken and fixed (here)). Fix was to have the module include Msf::Post::Windows::WindowsServices, make service_change_startup available --- modules/post/windows/manage/enable_rdp.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/post/windows/manage/enable_rdp.rb b/modules/post/windows/manage/enable_rdp.rb index 3db0be2975..bc1cc33af5 100644 --- a/modules/post/windows/manage/enable_rdp.rb +++ b/modules/post/windows/manage/enable_rdp.rb @@ -19,6 +19,7 @@ class Metasploit3 < Msf::Post include Msf::Post::Windows::Accounts include Msf::Post::Windows::Registry + include Msf::Post::Windows::WindowsServices include Msf::Post::Common include Msf::Post::File