Skip to content

Commit 94bc3bf

Browse files
author
jvazquez-r7
committed
Fix msftidy warning
1 parent 395aac9 commit 94bc3bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/exploits/linux/http/linksys_wrt160nv2_apply_exec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ def exploit
169169
fail_with(Exploit::Failure::Unknown, "#{rhost}:#{rport} - Unable to deploy payload")
170170
end
171171

172-
# wait for payload download
172+
# wait for payload download
173173
if (datastore['DOWNHOST'])
174174
print_status("#{rhost}:#{rport} - Giving #{datastore['DELAY']} seconds to the Linksys device to download the payload")
175175
select(nil, nil, nil, datastore['DELAY'])

0 commit comments

Comments
 (0)