Quickfix: missing require in post/windows/escalate/getsystem.rb

Resolves:
[-] WARNING! The following modules could not be loaded!
[-]     contrib/metasploit-framework/modules/post/windows/escalate/getsystem.rb: NameError uninitialized constant Msf::Post::Windows
unstable
andurin 2011-11-13 12:23:47 +01:00
parent 60f49976f9
commit 5856112797
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@
require 'msf/core'
require 'rex'
require 'metasm'
require 'msf/core/post/windows/priv'
class Metasploit3 < Msf::Post