Skip to content

Commit 7b84e96

Browse files
committed
Minor output correction.
1 parent d1a11f4 commit 7b84e96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/exploits/linux/local/recvmmsg_priv_esc.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@ def upload_and_chmod(fname,fcontent)
347347

348348
upload_and_chmod(payload_path, generate_payload_exe)
349349
stime = Time.now
350-
vprint_status("Exploiting... May take 17min. Start time: #{stime}")
350+
vprint_status("Exploiting... May take 13min. Start time: #{stime}")
351351
output = cmd_exec(executable_path)
352352
output.each_line { |line| vprint_status(line.chomp) }
353353
end

0 commit comments

Comments
 (0)