Fix VSS Persistance to check integrity level

bug/bundler_fix
Meatballs 2015-08-01 23:13:05 +01:00
parent 2d9bc64457
commit 6f31183904
No known key found for this signature in database
GPG Key ID: 5380EAF01F2F8B38
1 changed files with 1 additions and 2 deletions

View File

@ -11,7 +11,6 @@ class Metasploit3 < Msf::Exploit::Local
Rank = ExcellentRanking
include Msf::Post::File
include Msf::Post::Windows::Priv
include Msf::Post::Windows::ShadowCopy
include Msf::Post::Windows::Registry
include Msf::Exploit::EXE
@ -66,7 +65,7 @@ class Metasploit3 < Msf::Exploit::Local
return
end
if is_uac_enabled?
unless is_high_integrity?
print_error("This module requires UAC to be bypassed first")
return
end