Land #11223 - ueb priv esc suggestion

ueb priv esc suggestion.
This commit is contained in:
sinn3r
2019-01-10 10:35:28 -06:00
committed by Metasploit
parent 7711d2a700
commit 40c2e9ae78
@@ -123,5 +123,11 @@ class MetasploitModule < Msf::Exploit::Remote
print_status("#{peer} - Sending requests to UEB...")
execute_cmdstager(:linemax => 120)
end
def on_new_session(session)
if target.name == 'UEB < 10.1.0'
print_good("A privilege escalation exploit can be found 'exploits/linux/local/ueb_bpserverd_privesc'")
end
end
end