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

This commit is contained in:
chao-mu 2011-12-04 15:26:43 -05:00
parent 950b4a54a0
commit e52ebd602f
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +19,7 @@ class Metasploit3 < Msf::Post
include Msf::Post::Windows::Accounts include Msf::Post::Windows::Accounts
include Msf::Post::Windows::Registry include Msf::Post::Windows::Registry
include Msf::Post::Windows::WindowsServices
include Msf::Post::Common include Msf::Post::Common
include Msf::Post::File include Msf::Post::File