From 94bc3bf8ebd8dc5f32b80910cb4310b0210c58ac Mon Sep 17 00:00:00 2001 From: jvazquez-r7 Date: Mon, 20 May 2013 10:35:59 -0500 Subject: [PATCH] Fix msftidy warning --- modules/exploits/linux/http/linksys_wrt160nv2_apply_exec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/exploits/linux/http/linksys_wrt160nv2_apply_exec.rb b/modules/exploits/linux/http/linksys_wrt160nv2_apply_exec.rb index cee1831980..b193dda13f 100644 --- a/modules/exploits/linux/http/linksys_wrt160nv2_apply_exec.rb +++ b/modules/exploits/linux/http/linksys_wrt160nv2_apply_exec.rb @@ -169,7 +169,7 @@ class Metasploit3 < Msf::Exploit::Remote fail_with(Exploit::Failure::Unknown, "#{rhost}:#{rport} - Unable to deploy payload") end - # wait for payload download + # wait for payload download if (datastore['DOWNHOST']) print_status("#{rhost}:#{rport} - Giving #{datastore['DELAY']} seconds to the Linksys device to download the payload") select(nil, nil, nil, datastore['DELAY'])