Land #11223 - ueb priv esc suggestion

ueb priv esc suggestion.
GSoC/Meterpreter_Web_Console
sinn3r 2019-01-10 10:35:28 -06:00 committed by GitHub
commit 74330f87dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -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