We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b16e84f commit 18d424bCopy full SHA for 18d424b
modules/exploits/multi/local/at_persistence.rb
@@ -81,7 +81,7 @@ def exploit
81
82
cmd_exec("at -f #{payload_file} #{datastore['TIME']}")
83
84
- print_status("Waiting #{datastore['WfsDelay']}sec for execution")
+ print_status("Waiting up to #{datastore['WfsDelay']}sec for execution")
85
0.upto(datastore['WfsDelay'].to_i) do
86
Rex.sleep(1)
87
break if session_created?
0 commit comments