Skip to content

Commit 18d424b

Browse files
committed
Update waiting message to indicate that it will wait up to that long
1 parent b16e84f commit 18d424b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/exploits/multi/local/at_persistence.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ def exploit
8181

8282
cmd_exec("at -f #{payload_file} #{datastore['TIME']}")
8383

84-
print_status("Waiting #{datastore['WfsDelay']}sec for execution")
84+
print_status("Waiting up to #{datastore['WfsDelay']}sec for execution")
8585
0.upto(datastore['WfsDelay'].to_i) do
8686
Rex.sleep(1)
8787
break if session_created?

0 commit comments

Comments
 (0)